#93320F

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

Shades of Saddle Brown #93320F

Tints of Saddle Brown #93320F

Color information

#93320F (or 0x93320F) is unknown color: approx Saddle Brown. HEX triplet: 93, 32 and 0F. RGB value is (147,50,15). Sum of RGB (Red+Green+Blue) = 147+50+15=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93320F is #6CCDF0. Grayscale: #4B4B4B. Windows color (decimal): -7130609 or 995987. OLE color: 995987.

HSL color Cylindrical-coordinate representation of color #93320F: hue angle of 15.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93320F is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1475015-
CMYK00.660.900.42
HSL15.91º81.48%31.76%-
HSV(B)15.91º89.8%57.65%-
XYZ13.268.521.4-
YUV75.0194.14179.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.34%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=69.34%
G=23.58%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147501500.660.900.4215.9181.4831.76
Hex9332F0425A2A105120
Octal22362170102132522012140
Binary100100111100101111010000101011010101010100001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93320F; }

 p { color: rgb(147,50,15); }

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

<style>
 a { background-color: #93320F; }

 a { background-color: rgb(147,50,15); }

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

<style>
 span { border-color: #93320F; }

 span { border-color: rgb(147,50,15); }

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