#92300D

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

Shades of Saddle Brown #92300D

Tints of Saddle Brown #92300D

Color information

#92300D (or 0x92300D) is unknown color: approx Saddle Brown. HEX triplet: 92, 30 and 0D. RGB value is (146,48,13). Sum of RGB (Red+Green+Blue) = 146+48+13=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #92300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92300D is #6DCFF2. Grayscale: #494949. Windows color (decimal): -7196659 or 864402. OLE color: 864402.

HSL color Cylindrical-coordinate representation of color #92300D: hue angle of 15.79º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92300D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1464813-
CMYK00.670.910.43
HSL15.79º83.65%31.18%-
HSV(B)15.79º91.1%57.25%-
XYZ12.988.251.29-
YUV73.3193.97179.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.53%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=70.53%
G=23.19%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146481300.670.910.4315.7983.6531.18
Hex9230D0435B2B10541f
Octal22260150103133532012437
Binary10010010110000110101000011101101110101110000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92300D; }

 p { color: rgb(146,48,13); }

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

<style>
 a { background-color: #92300D; }

 a { background-color: rgb(146,48,13); }

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

<style>
 span { border-color: #92300D; }

 span { border-color: rgb(146,48,13); }

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