#93500D

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

Shades of Saddle Brown #93500D

Tints of Saddle Brown #93500D

Color information

#93500D (or 0x93500D) is unknown color: approx Saddle Brown. HEX triplet: 93, 50 and 0D. RGB value is (147,80,13). Sum of RGB (Red+Green+Blue) = 147+80+13=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93500D is #6CAFF2. Grayscale: #5C5C5C. Windows color (decimal): -7122931 or 872595. OLE color: 872595.

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

Color convert

RGB1478013-
CMYK00.460.910.42
HSL30º83.75%31.37%-
HSV(B)30º91.16%57.65%-
XYZ14.9711.971.9-
YUV92.3983.2166.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.25%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=61.25%
G=33.33%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147801300.460.910.423083.7531.37
Hex9350D02E5B2A1e541f
Octal22312015056133523612437
Binary10010011101000011010101110101101110101011110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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