#93360F

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

Shades of Saddle Brown #93360F

Tints of Saddle Brown #93360F

Color information

#93360F (or 0x93360F) is unknown color: approx Saddle Brown. HEX triplet: 93, 36 and 0F. RGB value is (147,54,15). Sum of RGB (Red+Green+Blue) = 147+54+15=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #93360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93360F is #6CC9F0. Grayscale: #4D4D4D. Windows color (decimal): -7129585 or 997011. OLE color: 997011.

HSL color Cylindrical-coordinate representation of color #93360F: hue angle of 17.73º 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 #93360F is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1475415-
CMYK00.630.900.42
HSL17.73º81.48%31.76%-
HSV(B)17.73º89.8%57.65%-
XYZ13.448.881.46-
YUV77.3692.81177.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.06%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=68.06%
G=25%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147541500.630.900.4217.7381.4831.76
Hex9336F03F5A2A125120
Octal2236617077132522212140
Binary10010011110110111101111111011010101010100101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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