Html Css Color HEX #A04705 Saddle Brown

📋 copy color: '#A04705'

red 160 ◦ green 71 ◦ blue 5

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

Shades of Saddle Brown #A04705

Tints of Saddle Brown #A04705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 67.8%
G = 30.08%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A04705 (or 0xA04705) is known color: Saddle Brown. HEX triplet: A0, 47 and 05. RGB value is (160,71,5). Sum of RGB (Red+Green+Blue) = 160+71+5=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A04705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04705 is #5FB8FA. Grayscale: #5A5A5A. Windows color (decimal): -6273275 or 346016. OLE color: 346016.

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

Color convert

RGB 160 71 5 -
CMYK 0 0.56 0.97 0.37
HSL 25.55º 0.94% 0.32% -
HSV(B) 25.55º 0.97% 0.63% -
XYZ 16.78 11.99 1.57 -
YUV 90.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 160 71 5 0 0.56 0.97 0.37 25.55 0.94 0.32
Hex A0 47 5 0 38 61 25 1A 5E 20
Octal 240 107 5 0 70 141 45 32 136 40
Binary 10100000 1000111 101 0 111000 1100001 100101 11010 1011110 100000

Color Harmonies of #A04705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04705

Black with #A04705

Text Example


Text Example

White with #A04705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04705; }

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

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

background-color css

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

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

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

border-color css

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

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

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