#923D06

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

Shades of Saddle Brown #923D06

Tints of Saddle Brown #923D06

Color information

#923D06 (or 0x923D06) is unknown color: approx Saddle Brown. HEX triplet: 92, 3D and 06. RGB value is (146,61,6). Sum of RGB (Red+Green+Blue) = 146+61+6=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #923D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923D06 is #6DC2F9. Grayscale: #505050. Windows color (decimal): -7193338 or 408978. OLE color: 408978.

HSL color Cylindrical-coordinate representation of color #923D06: hue angle of 23.57º 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 #923D06 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146616-
CMYK00.580.960.43
HSL23.57º92.11%29.8%-
HSV(B)23.57º95.89%57.25%-
XYZ13.569.461.28-
YUV80.1486.16174.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.54%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=68.54%
G=28.64%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14661600.580.960.4323.5792.1129.8
Hex923D603A602B185c1e
Octal222756072140533013436
Binary100100101111011100111010110000010101111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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