#92330D

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

Shades of Saddle Brown #92330D

Tints of Saddle Brown #92330D

Color information

#92330D (or 0x92330D) is unknown color: approx Saddle Brown. HEX triplet: 92, 33 and 0D. RGB value is (146,51,13). Sum of RGB (Red+Green+Blue) = 146+51+13=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #92330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92330D is #6DCCF2. Grayscale: #4B4B4B. Windows color (decimal): -7195891 or 865170. OLE color: 865170.

HSL color Cylindrical-coordinate representation of color #92330D: hue angle of 17.14º 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 #92330D is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1465113-
CMYK00.650.910.43
HSL17.14º83.65%31.18%-
HSV(B)17.14º91.1%57.25%-
XYZ13.118.511.33-
YUV75.0792.97178.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.52%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=69.52%
G=24.29%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146511300.650.910.4317.1483.6531.18
Hex9233D0415B2B11541f
Octal22263150101133532112437
Binary10010010110011110101000001101101110101110001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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