#904F11

Color #904F11 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #904F11

Tints of Saddle Brown #904F11

Color information

#904F11 (or 0x904F11) is unknown color: approx Saddle Brown. HEX triplet: 90, 4F and 11. RGB value is (144,79,17). Sum of RGB (Red+Green+Blue) = 144+79+17=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #904F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904F11 is #6FB0EE. Grayscale: #5B5B5B. Windows color (decimal): -7319791 or 1134480. OLE color: 1134480.

HSL color Cylindrical-coordinate representation of color #904F11: hue angle of 29.29º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #904F11 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1447917-
CMYK00.450.880.44
HSL29.29º78.88%31.57%-
HSV(B)29.29º88.19%56.47%-
XYZ14.411.562-
YUV91.3786.03165.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 60%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=60%
G=32.92%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144791700.450.880.4429.2978.8831.57
Hex904F1102D582C1d4f20
Octal22011721055130543511740
Binary1001000010011111000101011011011000101100111011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904F11; }

 p { color: rgb(144,79,17); }

 H1.HeaderClassName
 {
   color: #904F11;
 }
 .AnyTagClassName
 {
   color: #904F11;
 }
</style>
background-color css

<style>
 a { background-color: #904F11; }

 a { background-color: rgb(144,79,17); }

 div.DivClassName
 {
   background-color: #904F11;
 }
 .BgClassName
 {
   background-color: #904F11;
 }
</style>
border-color css

<style>
 span { border-color: #904F11; }

 span { border-color: rgb(144,79,17); }

 td.TdClassName
 {
   border-color: #904F11;
 }
 .TagClassName
 {
   border-color: #904F11;
 }
</style>