Html Css Color HEX #A04713 Saddle Brown

📋 copy color: '#A04713'

red 160 ◦ green 71 ◦ blue 19

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

Shades of Saddle Brown #A04713

Tints of Saddle Brown #A04713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 64%
G = 28.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A04713 (or 0xA04713) is known color: Saddle Brown. HEX triplet: A0, 47 and 13. RGB value is (160,71,19). Sum of RGB (Red+Green+Blue) = 160+71+19=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A04713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04713 is #5FB8EC. Grayscale: #5B5B5B. Windows color (decimal): -6273261 or 1263520. OLE color: 1263520.

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

Color convert

RGB 160 71 19 -
CMYK 0 0.56 0.88 0.37
HSL 22.13º 0.79% 0.35% -
HSV(B) 22.13º 0.88% 0.63% -
XYZ 16.87 12.03 2.05 -
YUV 91.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 160 71 19 0 0.56 0.88 0.37 22.13 0.79 0.35
Hex A0 47 13 0 38 58 25 16 4F 23
Octal 240 107 23 0 70 130 45 26 117 43
Binary 10100000 1000111 10011 0 111000 1011000 100101 10110 1001111 100011

Color Harmonies of #A04713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04713

Black with #A04713

Text Example


Text Example

White with #A04713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04713; }

 p { color: rgb(160,71,19); }

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

background-color css

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

 a { background-color: rgb(160,71,19); }

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

border-color css

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

 span { border-color: rgb(160,71,19); }

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