#93480A

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

Shades of Saddle Brown #93480A

Tints of Saddle Brown #93480A

Color information

#93480A (or 0x93480A) is unknown color: approx Saddle Brown. HEX triplet: 93, 48 and 0A. RGB value is (147,72,10). Sum of RGB (Red+Green+Blue) = 147+72+10=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93480A is #6CB7F5. Grayscale: #575757. Windows color (decimal): -7124982 or 673939. OLE color: 673939.

HSL color Cylindrical-coordinate representation of color #93480A: hue angle of 27.15º 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 #93480A is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1477210-
CMYK00.510.930.42
HSL27.15º87.26%30.78%-
HSV(B)27.15º93.2%57.65%-
XYZ14.410.861.62-
YUV87.3684.35170.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.19%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=64.19%
G=31.44%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147721000.510.930.4227.1587.2630.78
Hex9348A0335D2A1b571f
Octal22311012063135523312737
Binary10010011100100010100110011101110110101011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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