Html Css Color HEX #A04C0D Saddle Brown

📋 copy color: '#A04C0D'

red 160 ◦ green 76 ◦ blue 13

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

Shades of Saddle Brown #A04C0D

Tints of Saddle Brown #A04C0D

RGB

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

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

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

R = 64.26%
G = 30.52%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A04C0D (or 0xA04C0D) is known color: Saddle Brown. HEX triplet: A0, 4C and 0D. RGB value is (160,76,13). Sum of RGB (Red+Green+Blue) = 160+76+13=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C0D is #5FB3F2. Grayscale: #5E5E5E. Windows color (decimal): -6271987 or 871584. OLE color: 871584.

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

Color convert

RGB 160 76 13 -
CMYK 0 0.52 0.92 0.37
HSL 25.71º 0.85% 0.34% -
HSV(B) 25.71º 0.92% 0.63% -
XYZ 17.15 12.67 1.92 -
YUV 93.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 160 76 13 0 0.52 0.92 0.37 25.71 0.85 0.34
Hex A0 4C D 0 34 5C 25 1A 55 22
Octal 240 114 15 0 64 134 45 32 125 42
Binary 10100000 1001100 1101 0 110100 1011100 100101 11010 1010101 100010

Color Harmonies of #A04C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C0D

Black with #A04C0D

Text Example


Text Example

White with #A04C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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