#92370A

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

Shades of Saddle Brown #92370A

Tints of Saddle Brown #92370A

Color information

#92370A (or 0x92370A) is unknown color: approx Saddle Brown. HEX triplet: 92, 37 and 0A. RGB value is (146,55,10). Sum of RGB (Red+Green+Blue) = 146+55+10=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92370A is #6DC8F5. Grayscale: #4D4D4D. Windows color (decimal): -7194870 or 669586. OLE color: 669586.

HSL color Cylindrical-coordinate representation of color #92370A: hue angle of 19.85º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92370A is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1465510-
CMYK00.620.930.43
HSL19.85º87.18%30.59%-
HSV(B)19.85º93.15%57.25%-
XYZ13.288.871.3-
YUV77.0890.15177.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.19%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=69.19%
G=26.07%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146551000.620.930.4319.8587.1830.59
Hex9237A03E5D2B14571f
Octal2226712076135532412737
Binary1001001011011110100111110101110110101110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92370A; }

 p { color: rgb(146,55,10); }

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

<style>
 a { background-color: #92370A; }

 a { background-color: rgb(146,55,10); }

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

<style>
 span { border-color: #92370A; }

 span { border-color: rgb(146,55,10); }

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