#93530A

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

Shades of Saddle Brown #93530A

Tints of Saddle Brown #93530A

Color information

#93530A (or 0x93530A) is unknown color: approx Saddle Brown. HEX triplet: 93, 53 and 0A. RGB value is (147,83,10). Sum of RGB (Red+Green+Blue) = 147+83+10=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93530A is #6CACF5. Grayscale: #5E5E5E. Windows color (decimal): -7122166 or 676755. OLE color: 676755.

HSL color Cylindrical-coordinate representation of color #93530A: hue angle of 31.97º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93530A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1478310-
CMYK00.440.930.42
HSL31.97º87.26%30.78%-
HSV(B)31.97º93.2%57.65%-
XYZ15.1812.411.88-
YUV93.8180.7165.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.25%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=61.25%
G=34.58%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147831000.440.930.4231.9787.2630.78
Hex9353A02C5D2A20571f
Octal22312312054135524012737
Binary100100111010011101001011001011101101010100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93530A; }

 p { color: rgb(147,83,10); }

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

<style>
 a { background-color: #93530A; }

 a { background-color: rgb(147,83,10); }

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

<style>
 span { border-color: #93530A; }

 span { border-color: rgb(147,83,10); }

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