#92420F

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

Shades of Saddle Brown #92420F

Tints of Saddle Brown #92420F

Color information

#92420F (or 0x92420F) is unknown color: approx Saddle Brown. HEX triplet: 92, 42 and 0F. RGB value is (146,66,15). Sum of RGB (Red+Green+Blue) = 146+66+15=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #92420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92420F is #6DBDF0. Grayscale: #545454. Windows color (decimal): -7192049 or 1000082. OLE color: 1000082.

HSL color Cylindrical-coordinate representation of color #92420F: hue angle of 23.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92420F is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1466615-
CMYK00.550.900.43
HSL23.36º81.37%31.57%-
HSV(B)23.36º89.73%57.25%-
XYZ13.8910.041.66-
YUV84.1189172.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.32%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=64.32%
G=29.07%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146661500.550.900.4323.3681.3731.57
Hex9242F0375A2B175120
Octal22210217067132532712140
Binary100100101000010111101101111011010101011101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92420F; }

 p { color: rgb(146,66,15); }

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

<style>
 a { background-color: #92420F; }

 a { background-color: rgb(146,66,15); }

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

<style>
 span { border-color: #92420F; }

 span { border-color: rgb(146,66,15); }

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