#912D00

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

Shades of Saddle Brown #912D00

Tints of Saddle Brown #912D00

Color information

#912D00 (or 0x912D00) is unknown color: approx Saddle Brown. HEX triplet: 91, 2D and 00. RGB value is (145,45,0). Sum of RGB (Red+Green+Blue) = 145+45+0=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #912D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D00 is #6ED2FF. Grayscale: #464646. Windows color (decimal): -7262976 or 11665. OLE color: 11665.

HSL color Cylindrical-coordinate representation of color #912D00: hue angle of 18.62º 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 #912D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB145450-
CMYK00.6910.43
HSL18.62º100%28.43%-
HSV(B)18.62º100%56.86%-
XYZ12.627.90.86-
YUV69.7788.63181.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.32%
G=23.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14545000.6910.4318.6210028.43
Hex912D0045642B13641c
Octal2215500105144532314434
Binary10010001101101001000101110010010101110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912D00; }

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

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

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

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

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

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

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

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