#A0450E

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

Shades of Saddle Brown #A0450E

Tints of Saddle Brown #A0450E

Color information

#A0450E (or 0xA0450E) is unknown color: approx Saddle Brown. HEX triplet: A0, 45 and 0E. RGB value is (160,69,14). Sum of RGB (Red+Green+Blue) = 160+69+14=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0450E is #5FBAF1. Grayscale: #5A5A5A. Windows color (decimal): -6273778 or 935328. OLE color: 935328.

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

Color convert

RGB1606914-
CMYK00.570.910.37
HSL22.6º83.91%34.12%-
HSV(B)22.6º91.25%62.75%-
XYZ16.711.761.81-
YUV89.9485.15177.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.84%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=65.84%
G=28.40%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160691400.570.910.3722.683.9134.12
HexA045E0395B25175422
Octal24010516071133452712442
Binary101000001000101111001110011011011100101101111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0450E; }

 p { color: rgb(160,69,14); }

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

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

 a { background-color: rgb(160,69,14); }

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

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

 span { border-color: rgb(160,69,14); }

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