Html Css Color HEX #A04605 Saddle Brown

📋 copy color: '#A04605'

red 160 ◦ green 70 ◦ blue 5

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

Shades of Saddle Brown #A04605

Tints of Saddle Brown #A04605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 68.09%
G = 29.79%
B = 2.13%

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

#A04605 (or 0xA04605) is known color: Saddle Brown. HEX triplet: A0, 46 and 05. RGB value is (160,70,5). Sum of RGB (Red+Green+Blue) = 160+70+5=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A04605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04605 is #5FB9FA. Grayscale: #595959. Windows color (decimal): -6273531 or 345760. OLE color: 345760.

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

Color convert

RGB 160 70 5 -
CMYK 0 0.56 0.97 0.37
HSL 25.16º 0.94% 0.32% -
HSV(B) 25.16º 0.97% 0.63% -
XYZ 16.71 11.86 1.55 -
YUV 89.5 80.32 178.29 -
System Red Green Blue C M Y K H S L
Decimal 160 70 5 0 0.56 0.97 0.37 25.16 0.94 0.32
Hex A0 46 5 0 38 61 25 19 5E 20
Octal 240 106 5 0 70 141 45 31 136 40
Binary 10100000 1000110 101 0 111000 1100001 100101 11001 1011110 100000

Color Harmonies of #A04605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04605

Black with #A04605

Text Example


Text Example

White with #A04605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04605; }

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

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

background-color css

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

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

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

border-color css

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

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

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