#922D06

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

Shades of Saddle Brown #922D06

Tints of Saddle Brown #922D06

Color information

#922D06 (or 0x922D06) is unknown color: approx Saddle Brown. HEX triplet: 92, 2D and 06. RGB value is (146,45,6). Sum of RGB (Red+Green+Blue) = 146+45+6=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #922D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922D06 is #6DD2F9. Grayscale: #474747. Windows color (decimal): -7197434 or 404882. OLE color: 404882.

HSL color Cylindrical-coordinate representation of color #922D06: hue angle of 16.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #922D06 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146456-
CMYK00.690.960.43
HSL16.71º92.11%29.8%-
HSV(B)16.71º95.89%57.25%-
XYZ12.8381.04-
YUV70.7591.46181.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.11%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=74.11%
G=22.84%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14645600.690.960.4316.7192.1129.8
Hex922D6045602B115c1e
Octal2225560105140532113436
Binary1001001010110111001000101110000010101110001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922D06; }

 p { color: rgb(146,45,6); }

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

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

 a { background-color: rgb(146,45,6); }

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

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

 span { border-color: rgb(146,45,6); }

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