Html Css Color HEX #A04C0F Saddle Brown

📋 copy color: '#A04C0F'

red 160 ◦ green 76 ◦ blue 15

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

Shades of Saddle Brown #A04C0F

Tints of Saddle Brown #A04C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.28%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 63.75%
G = 30.28%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A04C0F (or 0xA04C0F) is known color: Saddle Brown. HEX triplet: A0, 4C and 0F. RGB value is (160,76,15). Sum of RGB (Red+Green+Blue) = 160+76+15=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C0F is #5FB3F0. Grayscale: #5E5E5E. Windows color (decimal): -6271985 or 1002656. OLE color: 1002656.

HSL color Cylindrical-coordinate representation of color #A04C0F: hue angle of 25.24º degrees, saturation: 0.83, 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 #A04C0F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 15 -
CMYK 0 0.52 0.91 0.37
HSL 25.24º 0.83% 0.34% -
HSV(B) 25.24º 0.91% 0.63% -
XYZ 17.17 12.68 1.99 -
YUV 94.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 160 76 15 0 0.52 0.91 0.37 25.24 0.83 0.34
Hex A0 4C F 0 34 5B 25 19 53 22
Octal 240 114 17 0 64 133 45 31 123 42
Binary 10100000 1001100 1111 0 110100 1011011 100101 11001 1010011 100010

Color Harmonies of #A04C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C0F

Black with #A04C0F

Text Example


Text Example

White with #A04C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C0F; }

 p { color: rgb(160,76,15); }

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

background-color css

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

 a { background-color: rgb(160,76,15); }

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

border-color css

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

 span { border-color: rgb(160,76,15); }

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