#904B12

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

Shades of Saddle Brown #904B12

Tints of Saddle Brown #904B12

Color information

#904B12 (or 0x904B12) is unknown color: approx Saddle Brown. HEX triplet: 90, 4B and 12. RGB value is (144,75,18). Sum of RGB (Red+Green+Blue) = 144+75+18=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #904B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904B12 is #6FB4ED. Grayscale: #595959. Windows color (decimal): -7320814 or 1198992. OLE color: 1198992.

HSL color Cylindrical-coordinate representation of color #904B12: hue angle of 27.14º degrees, saturation: 0.78, 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 #904B12 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1447518-
CMYK00.480.880.44
HSL27.14º77.78%31.76%-
HSV(B)27.14º87.5%56.47%-
XYZ14.1311.011.95-
YUV89.1387.86167.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.76%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=60.76%
G=31.65%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144751800.480.880.4427.1477.7831.76
Hex904B12030582C1b4e20
Octal22011322060130543311640
Binary1001000010010111001001100001011000101100110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,75,18); }

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

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

 a { background-color: rgb(144,75,18); }

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

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

 span { border-color: rgb(144,75,18); }

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