Html Css Color HEX #A0440D Saddle Brown

📋 copy color: '#A0440D'

red 160 ◦ green 68 ◦ blue 13

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

Shades of Saddle Brown #A0440D

Tints of Saddle Brown #A0440D

RGB

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

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

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

R = 66.39%
G = 28.22%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0440D (or 0xA0440D) is known color: Saddle Brown. HEX triplet: A0, 44 and 0D. RGB value is (160,68,13). Sum of RGB (Red+Green+Blue) = 160+68+13=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0440D is #5FBBF2. Grayscale: #595959. Windows color (decimal): -6274035 or 869536. OLE color: 869536.

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

Color convert

RGB 160 68 13 -
CMYK 0 0.57 0.92 0.37
HSL 22.45º 0.85% 0.34% -
HSV(B) 22.45º 0.92% 0.63% -
XYZ 16.64 11.64 1.75 -
YUV 89.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 160 68 13 0 0.57 0.92 0.37 22.45 0.85 0.34
Hex A0 44 D 0 39 5C 25 16 55 22
Octal 240 104 15 0 71 134 45 26 125 42
Binary 10100000 1000100 1101 0 111001 1011100 100101 10110 1010101 100010

Color Harmonies of #A0440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0440D

Black with #A0440D

Text Example


Text Example

White with #A0440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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