#914D0A

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

Shades of Saddle Brown #914D0A

Tints of Saddle Brown #914D0A

Color information

#914D0A (or 0x914D0A) is unknown color: approx Saddle Brown. HEX triplet: 91, 4D and 0A. RGB value is (145,77,10). Sum of RGB (Red+Green+Blue) = 145+77+10=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #914D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D0A is #6EB2F5. Grayscale: #5A5A5A. Windows color (decimal): -7254774 or 675217. OLE color: 675217.

HSL color Cylindrical-coordinate representation of color #914D0A: hue angle of 29.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #914D0A is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1457710-
CMYK00.470.930.43
HSL29.78º87.1%30.39%-
HSV(B)29.78º93.1%56.86%-
XYZ14.3911.351.72-
YUV89.6983.03167.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=62.5%
G=33.19%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145771000.470.930.4329.7887.130.39
Hex914DA02F5D2B1e571e
Octal22111512057135533612736
Binary10010001100110110100101111101110110101111110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D0A; }

 p { color: rgb(145,77,10); }

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

<style>
 a { background-color: #914D0A; }

 a { background-color: rgb(145,77,10); }

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

<style>
 span { border-color: #914D0A; }

 span { border-color: rgb(145,77,10); }

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