#92300C

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

Shades of Saddle Brown #92300C

Tints of Saddle Brown #92300C

Color information

#92300C (or 0x92300C) is unknown color: approx Saddle Brown. HEX triplet: 92, 30 and 0C. RGB value is (146,48,12). Sum of RGB (Red+Green+Blue) = 146+48+12=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #92300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92300C is #6DCFF3. Grayscale: #494949. Windows color (decimal): -7196660 or 798866. OLE color: 798866.

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

Color convert

RGB1464812-
CMYK00.670.920.43
HSL16.12º84.81%30.98%-
HSV(B)16.12º91.78%57.25%-
XYZ12.988.251.26-
YUV73.293.47179.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=70.87%
G=23.30%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146481200.670.920.4316.1284.8130.98
Hex9230C0435C2B10551f
Octal22260140103134532012537
Binary10010010110000110001000011101110010101110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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