Html Css Color HEX #A04614 Saddle Brown

📋 copy color: '#A04614'

red 160 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #A04614

Tints of Saddle Brown #A04614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 64%
G = 28%
B = 8%

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

#A04614 (or 0xA04614) is known color: Saddle Brown. HEX triplet: A0, 46 and 14. RGB value is (160,70,20). Sum of RGB (Red+Green+Blue) = 160+70+20=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A04614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04614 is #5FB9EB. Grayscale: #5B5B5B. Windows color (decimal): -6273516 or 1328800. OLE color: 1328800.

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

Color convert

RGB 160 70 20 -
CMYK 0 0.56 0.88 0.37
HSL 21.43º 0.78% 0.35% -
HSV(B) 21.43º 0.88% 0.63% -
XYZ 16.81 11.9 2.07 -
YUV 91.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 160 70 20 0 0.56 0.88 0.37 21.43 0.78 0.35
Hex A0 46 14 0 38 58 25 15 4E 23
Octal 240 106 24 0 70 130 45 25 116 43
Binary 10100000 1000110 10100 0 111000 1011000 100101 10101 1001110 100011

Color Harmonies of #A04614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04614

Black with #A04614

Text Example


Text Example

White with #A04614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04614; }

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

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

background-color css

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

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

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

border-color css

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

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

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