Html Css Color HEX #A0440E Saddle Brown

📋 copy color: '#A0440E'

red 160 ◦ green 68 ◦ blue 14

#A0440E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #A0440E

Tints of Saddle Brown #A0440E

RGB

 RED value IS 160 (62.89% from 255) = 66.12%

 GREEN value IS 68 (26.95% from 255) = 28.1%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 66.12%
G = 28.1%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0440E (or 0xA0440E) is known color: Saddle Brown. HEX triplet: A0, 44 and 0E. RGB value is (160,68,14). Sum of RGB (Red+Green+Blue) = 160+68+14=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0440E is #5FBBF1. Grayscale: #595959. Windows color (decimal): -6274034 or 935072. OLE color: 935072.

HSL color Cylindrical-coordinate representation of color #A0440E: hue angle of 22.19º 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 #A0440E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 14 -
CMYK 0 0.57 0.91 0.37
HSL 22.19º 0.84% 0.34% -
HSV(B) 22.19º 0.91% 0.63% -
XYZ 16.64 11.64 1.78 -
YUV 89.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 160 68 14 0 0.57 0.91 0.37 22.19 0.84 0.34
Hex A0 44 E 0 39 5B 25 16 54 22
Octal 240 104 16 0 71 133 45 26 124 42
Binary 10100000 1000100 1110 0 111001 1011011 100101 10110 1010100 100010

Color Harmonies of #A0440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0440E

Black with #A0440E

Text Example


Text Example

White with #A0440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0440E; }

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

 H1.HeaderClassName
 {
   color: #A0440E;
 }
 .AnyTagClassName
 {
   color: #A0440E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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