Html Css Color HEX #A45914 Golden Brown

📋 copy color: '#A45914'

red 164 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #A45914

Tints of Golden Brown #A45914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 60.07%
G = 32.6%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A45914 (or 0xA45914) is known color: Golden Brown. HEX triplet: A4, 59 and 14. RGB value is (164,89,20). Sum of RGB (Red+Green+Blue) = 164+89+20=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A45914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45914 is #5BA6EB. Grayscale: #676767. Windows color (decimal): -6006508 or 1333668. OLE color: 1333668.

HSL color Cylindrical-coordinate representation of color #A45914: hue angle of 28.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A45914 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 20 -
CMYK 0 0.46 0.88 0.36
HSL 28.75º 0.78% 0.36% -
HSV(B) 28.75º 0.88% 0.64% -
XYZ 19.01 15.09 2.57 -
YUV 103.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 164 89 20 0 0.46 0.88 0.36 28.75 0.78 0.36
Hex A4 59 14 0 2E 58 24 1D 4E 24
Octal 244 131 24 0 56 130 44 35 116 44
Binary 10100100 1011001 10100 0 101110 1011000 100100 11101 1001110 100100

Color Harmonies of #A45914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45914

Black with #A45914

Text Example


Text Example

White with #A45914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45914; }

 p { color: rgb(164,89,20); }

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

background-color css

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

 a { background-color: rgb(164,89,20); }

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

border-color css

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

 span { border-color: rgb(164,89,20); }

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