#923A18

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

Shades of Saddle Brown #923A18

Tints of Saddle Brown #923A18

Color information

#923A18 (or 0x923A18) is unknown color: approx Saddle Brown. HEX triplet: 92, 3A and 18. RGB value is (146,58,24). Sum of RGB (Red+Green+Blue) = 146+58+24=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #923A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923A18 is #6DC5E7. Grayscale: #505050. Windows color (decimal): -7194088 or 1587858. OLE color: 1587858.

HSL color Cylindrical-coordinate representation of color #923A18: hue angle of 16.72º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #923A18 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1465824-
CMYK00.600.840.43
HSL16.72º71.76%33.33%-
HSV(B)16.72º83.56%57.25%-
XYZ13.539.21.93-
YUV80.4496.15174.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.04%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=64.04%
G=25.44%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146582400.600.840.4316.7271.7633.33
Hex923A1803C542B114821
Octal2227230074124532111041
Binary100100101110101100001111001010100101011100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,58,24); }

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

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

 a { background-color: rgb(146,58,24); }

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

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

 span { border-color: rgb(146,58,24); }

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