Html Css Color HEX #A04F0A Saddle Brown

📋 copy color: '#A04F0A'

red 160 ◦ green 79 ◦ blue 10

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

Shades of Saddle Brown #A04F0A

Tints of Saddle Brown #A04F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.73%

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 64.26%
G = 31.73%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04F0A (or 0xA04F0A) is known color: Saddle Brown. HEX triplet: A0, 4F and 0A. RGB value is (160,79,10). Sum of RGB (Red+Green+Blue) = 160+79+10=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F0A is #5FB0F5. Grayscale: #5F5F5F. Windows color (decimal): -6271222 or 675744. OLE color: 675744.

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

Color convert

RGB 160 79 10 -
CMYK 0 0.51 0.94 0.37
HSL 27.6º 0.88% 0.33% -
HSV(B) 27.6º 0.94% 0.63% -
XYZ 17.35 13.09 1.9 -
YUV 95.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 160 79 10 0 0.51 0.94 0.37 27.6 0.88 0.33
Hex A0 4F A 0 33 5E 25 1C 58 21
Octal 240 117 12 0 63 136 45 34 130 41
Binary 10100000 1001111 1010 0 110011 1011110 100101 11100 1011000 100001

Color Harmonies of #A04F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F0A

Black with #A04F0A

Text Example


Text Example

White with #A04F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F0A; }

 p { color: rgb(160,79,10); }

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

background-color css

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

 a { background-color: rgb(160,79,10); }

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

border-color css

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

 span { border-color: rgb(160,79,10); }

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