#92310E

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

Shades of Saddle Brown #92310E

Tints of Saddle Brown #92310E

Color information

#92310E (or 0x92310E) is unknown color: approx Saddle Brown. HEX triplet: 92, 31 and 0E. RGB value is (146,49,14). Sum of RGB (Red+Green+Blue) = 146+49+14=209 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.86% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 146 - color contains mainly: red. Hex color #92310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92310E is #6DCEF1. Grayscale: #4A4A4A. Windows color (decimal): -7196402 or 930194. OLE color: 930194.

HSL color Cylindrical-coordinate representation of color #92310E: hue angle of 15.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92310E is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1464914-
CMYK00.660.900.43
HSL15.91º82.5%31.37%-
HSV(B)15.91º90.41%57.25%-
XYZ13.038.341.34-
YUV74.0194.14179.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.86%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=69.86%
G=23.44%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146491400.660.900.4315.9182.531.37
Hex9231E0425A2B10521f
Octal22261160102132532012237
Binary10010010110001111001000010101101010101110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92310E; }

 p { color: rgb(146,49,14); }

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

<style>
 a { background-color: #92310E; }

 a { background-color: rgb(146,49,14); }

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

<style>
 span { border-color: #92310E; }

 span { border-color: rgb(146,49,14); }

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