#912E02

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

Shades of Saddle Brown #912E02

Tints of Saddle Brown #912E02

Color information

#912E02 (or 0x912E02) is unknown color: approx Saddle Brown. HEX triplet: 91, 2E and 02. RGB value is (145,46,2). Sum of RGB (Red+Green+Blue) = 145+46+2=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #912E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912E02 is #6ED1FD. Grayscale: #464646. Windows color (decimal): -7262718 or 142993. OLE color: 142993.

HSL color Cylindrical-coordinate representation of color #912E02: hue angle of 18.46º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #912E02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB145462-
CMYK00.680.990.43
HSL18.46º97.28%28.82%-
HSV(B)18.46º98.62%56.86%-
XYZ12.677.980.93-
YUV70.5889.3181.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.13%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=75.13%
G=23.83%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14546200.680.990.4318.4697.2828.82
Hex912E2044632B12611d
Octal2215620104143532214135
Binary100100011011101001000100110001110101110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,46,2); }

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

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

 a { background-color: rgb(145,46,2); }

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

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

 span { border-color: rgb(145,46,2); }

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