#92380E

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

Shades of Saddle Brown #92380E

Tints of Saddle Brown #92380E

Color information

#92380E (or 0x92380E) is unknown color: approx Saddle Brown. HEX triplet: 92, 38 and 0E. RGB value is (146,56,14). Sum of RGB (Red+Green+Blue) = 146+56+14=216 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.59% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 146 - color contains mainly: red. Hex color #92380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92380E is #6DC7F1. Grayscale: #4E4E4E. Windows color (decimal): -7194610 or 931986. OLE color: 931986.

HSL color Cylindrical-coordinate representation of color #92380E: hue angle of 19.09º 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 #92380E is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1465614-
CMYK00.620.900.43
HSL19.09º82.5%31.37%-
HSV(B)19.09º90.41%57.25%-
XYZ13.358.971.44-
YUV78.1291.82176.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.59%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=67.59%
G=25.93%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146561400.620.900.4319.0982.531.37
Hex9238E03E5A2B13521f
Octal2227016076132532312237
Binary1001001011100011100111110101101010101110011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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