Html Css Color HEX #A0410E Saddle Brown

📋 copy color: '#A0410E'

red 160 ◦ green 65 ◦ blue 14

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

Shades of Saddle Brown #A0410E

Tints of Saddle Brown #A0410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

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

R = 66.95%
G = 27.2%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0410E (or 0xA0410E) is known color: Saddle Brown. HEX triplet: A0, 41 and 0E. RGB value is (160,65,14). Sum of RGB (Red+Green+Blue) = 160+65+14=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0410E is #5FBEF1. Grayscale: #575757. Windows color (decimal): -6274802 or 934304. OLE color: 934304.

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

Color convert

RGB 160 65 14 -
CMYK 0 0.59 0.91 0.37
HSL 20.96º 0.84% 0.34% -
HSV(B) 20.96º 0.91% 0.63% -
XYZ 16.47 11.29 1.73 -
YUV 87.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 160 65 14 0 0.59 0.91 0.37 20.96 0.84 0.34
Hex A0 41 E 0 3B 5B 25 15 54 22
Octal 240 101 16 0 73 133 45 25 124 42
Binary 10100000 1000001 1110 0 111011 1011011 100101 10101 1010100 100010

Color Harmonies of #A0410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0410E

Black with #A0410E

Text Example


Text Example

White with #A0410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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