#93360D

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

Shades of Saddle Brown #93360D

Tints of Saddle Brown #93360D

Color information

#93360D (or 0x93360D) is unknown color: approx Saddle Brown. HEX triplet: 93, 36 and 0D. RGB value is (147,54,13). Sum of RGB (Red+Green+Blue) = 147+54+13=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93360D is #6CC9F2. Grayscale: #4D4D4D. Windows color (decimal): -7129587 or 865939. OLE color: 865939.

HSL color Cylindrical-coordinate representation of color #93360D: hue angle of 18.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93360D is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1475413-
CMYK00.630.910.42
HSL18.36º83.75%31.37%-
HSV(B)18.36º91.16%57.65%-
XYZ13.428.871.39-
YUV77.1391.81177.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.69%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 13 (5.47% from 255) = 6.07%
R=68.69%
G=25.23%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147541300.630.910.4218.3683.7531.37
Hex9336D03F5B2A12541f
Octal2236615077133522212437
Binary1001001111011011010111111101101110101010010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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