Html Css Color HEX #A4540C Golden Brown

📋 copy color: '#A4540C'

red 164 ◦ green 84 ◦ blue 12

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

Shades of Golden Brown #A4540C

Tints of Golden Brown #A4540C

RGB

 RED value IS 164 (64.45% from 255) = 63.08%

 GREEN value IS 84 (33.2% from 255) = 32.31%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 63.08%
G = 32.31%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4540C (or 0xA4540C) is known color: Golden Brown. HEX triplet: A4, 54 and 0C. RGB value is (164,84,12). Sum of RGB (Red+Green+Blue) = 164+84+12=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4540C is #5BABF3. Grayscale: #646464. Windows color (decimal): -6007796 or 808100. OLE color: 808100.

HSL color Cylindrical-coordinate representation of color #A4540C: hue angle of 28.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4540C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 12 -
CMYK 0 0.49 0.93 0.36
HSL 28.42º 0.86% 0.35% -
HSV(B) 28.42º 0.93% 0.64% -
XYZ 18.55 14.26 2.12 -
YUV 99.71 78.5 173.85 -
System Red Green Blue C M Y K H S L
Decimal 164 84 12 0 0.49 0.93 0.36 28.42 0.86 0.35
Hex A4 54 C 0 31 5D 24 1C 56 23
Octal 244 124 14 0 61 135 44 34 126 43
Binary 10100100 1010100 1100 0 110001 1011101 100100 11100 1010110 100011

Color Harmonies of #A4540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4540C

Black with #A4540C

Text Example


Text Example

White with #A4540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4540C; }

 p { color: rgb(164,84,12); }

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

background-color css

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

 a { background-color: rgb(164,84,12); }

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

border-color css

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

 span { border-color: rgb(164,84,12); }

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