Html Css Color HEX #A0440A Saddle Brown

📋 copy color: '#A0440A'

red 160 ◦ green 68 ◦ blue 10

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

Shades of Saddle Brown #A0440A

Tints of Saddle Brown #A0440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 67.23%
G = 28.57%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0440A (or 0xA0440A) is known color: Saddle Brown. HEX triplet: A0, 44 and 0A. RGB value is (160,68,10). Sum of RGB (Red+Green+Blue) = 160+68+10=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0440A is #5FBBF5. Grayscale: #595959. Windows color (decimal): -6274038 or 672928. OLE color: 672928.

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

Color convert

RGB 160 68 10 -
CMYK 0 0.57 0.94 0.37
HSL 23.2º 0.88% 0.33% -
HSV(B) 23.2º 0.94% 0.63% -
XYZ 16.62 11.63 1.66 -
YUV 88.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 160 68 10 0 0.57 0.94 0.37 23.2 0.88 0.33
Hex A0 44 A 0 39 5E 25 17 58 21
Octal 240 104 12 0 71 136 45 27 130 41
Binary 10100000 1000100 1010 0 111001 1011110 100101 10111 1011000 100001

Color Harmonies of #A0440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0440A

Black with #A0440A

Text Example


Text Example

White with #A0440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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