#A0430C

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

Shades of Saddle Brown #A0430C

Tints of Saddle Brown #A0430C

Color information

#A0430C (or 0xA0430C) is unknown color: approx Saddle Brown. HEX triplet: A0, 43 and 0C. RGB value is (160,67,12). Sum of RGB (Red+Green+Blue) = 160+67+12=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0430C is #5FBCF3. Grayscale: #585858. Windows color (decimal): -6274292 or 803744. OLE color: 803744.

HSL color Cylindrical-coordinate representation of color #A0430C: hue angle of 22.3º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0430C is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1606712-
CMYK00.580.930.37
HSL22.3º86.05%33.73%-
HSV(B)22.3º92.5%62.75%-
XYZ16.5711.511.7-
YUV88.5484.81178.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=66.95%
G=28.03%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160671200.580.930.3722.386.0533.73
HexA043C03A5D25165622
Octal24010314072135452612642
Binary101000001000011110001110101011101100101101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0430C; }

 p { color: rgb(160,67,12); }

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

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

 a { background-color: rgb(160,67,12); }

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

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

 span { border-color: rgb(160,67,12); }

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