#914200

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

Shades of Saddle Brown #914200

Tints of Saddle Brown #914200

Color information

#914200 (or 0x914200) is unknown color: approx Saddle Brown. HEX triplet: 91, 42 and 00. RGB value is (145,66,0). Sum of RGB (Red+Green+Blue) = 145+66+0=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #914200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914200 is #6EBDFF. Grayscale: #525252. Windows color (decimal): -7257600 or 17041. OLE color: 17041.

HSL color Cylindrical-coordinate representation of color #914200: hue angle of 27.31º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #914200 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB145660-
CMYK00.5410.43
HSL27.31º100%28.43%-
HSV(B)27.31º100%56.86%-
XYZ13.639.921.2-
YUV82.181.67172.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.72%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.72%
G=31.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14566000.5410.4327.3110028.43
Hex91420036642B1b641c
Octal2211020066144533314434
Binary10010001100001000110110110010010101111011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914200; }

 p { color: rgb(145,66,0); }

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

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

 a { background-color: rgb(145,66,0); }

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

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

 span { border-color: rgb(145,66,0); }

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