Html Css Color HEX #A75914 Golden Brown

📋 copy color: '#A75914'

red 167 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #A75914

Tints of Golden Brown #A75914

RGB

 RED value IS 167 (65.63% from 255) = 60.51%

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

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

R = 60.51%
G = 32.25%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A75914 (or 0xA75914) is known color: Golden Brown. HEX triplet: A7, 59 and 14. RGB value is (167,89,20). Sum of RGB (Red+Green+Blue) = 167+89+20=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A75914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75914 is #58A6EB. Grayscale: #686868. Windows color (decimal): -5809900 or 1333671. OLE color: 1333671.

HSL color Cylindrical-coordinate representation of color #A75914: hue angle of 28.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A75914 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 89 20 -
CMYK 0 0.47 0.88 0.35
HSL 28.16º 0.79% 0.37% -
HSV(B) 28.16º 0.88% 0.65% -
XYZ 19.64 15.41 2.6 -
YUV 104.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 167 89 20 0 0.47 0.88 0.35 28.16 0.79 0.37
Hex A7 59 14 0 2F 58 23 1C 4F 25
Octal 247 131 24 0 57 130 43 34 117 45
Binary 10100111 1011001 10100 0 101111 1011000 100011 11100 1001111 100101

Color Harmonies of #A75914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75914

Black with #A75914

Text Example


Text Example

White with #A75914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75914; }

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

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

background-color css

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

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

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

border-color css

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

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

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