#923E0B

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

Shades of Saddle Brown #923E0B

Tints of Saddle Brown #923E0B

Color information

#923E0B (or 0x923E0B) is unknown color: approx Saddle Brown. HEX triplet: 92, 3E and 0B. RGB value is (146,62,11). Sum of RGB (Red+Green+Blue) = 146+62+11=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #923E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923E0B is #6DC1F4. Grayscale: #515151. Windows color (decimal): -7193077 or 736914. OLE color: 736914.

HSL color Cylindrical-coordinate representation of color #923E0B: hue angle of 22.67º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #923E0B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1466211-
CMYK00.580.920.43
HSL22.67º85.99%30.78%-
HSV(B)22.67º92.47%57.25%-
XYZ13.649.581.45-
YUV81.388.33174.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.67%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=66.67%
G=28.31%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146621100.580.920.4322.6785.9930.78
Hex923EB03A5C2B17561f
Octal2227613072134532712637
Binary1001001011111010110111010101110010101110111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,62,11); }

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

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

 a { background-color: rgb(146,62,11); }

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

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

 span { border-color: rgb(146,62,11); }

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