#92490C

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

Shades of Saddle Brown #92490C

Tints of Saddle Brown #92490C

Color information

#92490C (or 0x92490C) is unknown color: approx Saddle Brown. HEX triplet: 92, 49 and 0C. RGB value is (146,73,12). Sum of RGB (Red+Green+Blue) = 146+73+12=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #92490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92490C is #6DB6F3. Grayscale: #585858. Windows color (decimal): -7190260 or 805266. OLE color: 805266.

HSL color Cylindrical-coordinate representation of color #92490C: hue angle of 27.31º degrees, saturation: 0.85, 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 #92490C is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1467312-
CMYK00.50.920.43
HSL27.31º84.81%30.98%-
HSV(B)27.31º91.78%57.25%-
XYZ14.310.91.7-
YUV87.8785.18169.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.20%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=63.20%
G=31.60%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146731200.50.920.4327.3184.8130.98
Hex9249C0325C2B1b551f
Octal22211114062134533312537
Binary10010010100100111000110010101110010101111011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92490C; }

 p { color: rgb(146,73,12); }

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

<style>
 a { background-color: #92490C; }

 a { background-color: rgb(146,73,12); }

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

<style>
 span { border-color: #92490C; }

 span { border-color: rgb(146,73,12); }

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