#93330C

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

Shades of Saddle Brown #93330C

Tints of Saddle Brown #93330C

Color information

#93330C (or 0x93330C) is unknown color: approx Saddle Brown. HEX triplet: 93, 33 and 0C. RGB value is (147,51,12). Sum of RGB (Red+Green+Blue) = 147+51+12=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93330C is #6CCCF3. Grayscale: #4B4B4B. Windows color (decimal): -7130356 or 799635. OLE color: 799635.

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

Color convert

RGB1475112-
CMYK00.650.920.42
HSL17.33º84.91%31.18%-
HSV(B)17.33º91.84%57.65%-
XYZ13.288.61.31-
YUV75.2692.3179.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 12 (5.08% from 255) = 5.71%
R=70%
G=24.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147511200.650.920.4217.3384.9131.18
Hex9333C0415C2A11551f
Octal22363140101134522112537
Binary10010011110011110001000001101110010101010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,51,12); }

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

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

 a { background-color: rgb(147,51,12); }

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

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

 span { border-color: rgb(147,51,12); }

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