Html Css Color HEX #A04F0D Saddle Brown

📋 copy color: '#A04F0D'

red 160 ◦ green 79 ◦ blue 13

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

Shades of Saddle Brown #A04F0D

Tints of Saddle Brown #A04F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 63.49%
G = 31.35%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A04F0D (or 0xA04F0D) is known color: Saddle Brown. HEX triplet: A0, 4F and 0D. RGB value is (160,79,13). Sum of RGB (Red+Green+Blue) = 160+79+13=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F0D is #5FB0F2. Grayscale: #606060. Windows color (decimal): -6271219 or 872352. OLE color: 872352.

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

Color convert

RGB 160 79 13 -
CMYK 0 0.51 0.92 0.37
HSL 26.94º 0.85% 0.34% -
HSV(B) 26.94º 0.92% 0.63% -
XYZ 17.37 13.09 1.99 -
YUV 95.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 160 79 13 0 0.51 0.92 0.37 26.94 0.85 0.34
Hex A0 4F D 0 33 5C 25 1B 55 22
Octal 240 117 15 0 63 134 45 33 125 42
Binary 10100000 1001111 1101 0 110011 1011100 100101 11011 1010101 100010

Color Harmonies of #A04F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F0D

Black with #A04F0D

Text Example


Text Example

White with #A04F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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