Html Css Color HEX #A04F0E Saddle Brown

📋 copy color: '#A04F0E'

red 160 ◦ green 79 ◦ blue 14

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

Shades of Saddle Brown #A04F0E

Tints of Saddle Brown #A04F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 63.24%
G = 31.23%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A04F0E (or 0xA04F0E) is known color: Saddle Brown. HEX triplet: A0, 4F and 0E. RGB value is (160,79,14). Sum of RGB (Red+Green+Blue) = 160+79+14=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F0E is #5FB0F1. Grayscale: #606060. Windows color (decimal): -6271218 or 937888. OLE color: 937888.

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

Color convert

RGB 160 79 14 -
CMYK 0 0.51 0.91 0.37
HSL 26.71º 0.84% 0.34% -
HSV(B) 26.71º 0.91% 0.63% -
XYZ 17.37 13.1 2.03 -
YUV 95.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 160 79 14 0 0.51 0.91 0.37 26.71 0.84 0.34
Hex A0 4F E 0 33 5B 25 1B 54 22
Octal 240 117 16 0 63 133 45 33 124 42
Binary 10100000 1001111 1110 0 110011 1011011 100101 11011 1010100 100010

Color Harmonies of #A04F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F0E

Black with #A04F0E

Text Example


Text Example

White with #A04F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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