Html Css Color HEX #A0480D Saddle Brown

📋 copy color: '#A0480D'

red 160 ◦ green 72 ◦ blue 13

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

Shades of Saddle Brown #A0480D

Tints of Saddle Brown #A0480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 65.31%
G = 29.39%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0480D (or 0xA0480D) is known color: Saddle Brown. HEX triplet: A0, 48 and 0D. RGB value is (160,72,13). Sum of RGB (Red+Green+Blue) = 160+72+13=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0480D is #5FB7F2. Grayscale: #5B5B5B. Windows color (decimal): -6273011 or 870560. OLE color: 870560.

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

Color convert

RGB 160 72 13 -
CMYK 0 0.55 0.92 0.37
HSL 24.08º 0.85% 0.34% -
HSV(B) 24.08º 0.92% 0.63% -
XYZ 16.89 12.14 1.83 -
YUV 91.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 160 72 13 0 0.55 0.92 0.37 24.08 0.85 0.34
Hex A0 48 D 0 37 5C 25 18 55 22
Octal 240 110 15 0 67 134 45 30 125 42
Binary 10100000 1001000 1101 0 110111 1011100 100101 11000 1010101 100010

Color Harmonies of #A0480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0480D

Black with #A0480D

Text Example


Text Example

White with #A0480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0480D; }

 p { color: rgb(160,72,13); }

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

background-color css

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

 a { background-color: rgb(160,72,13); }

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

border-color css

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

 span { border-color: rgb(160,72,13); }

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