Html Css Color HEX #A75409 Golden Brown

📋 copy color: '#A75409'

red 167 ◦ green 84 ◦ blue 9

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

Shades of Golden Brown #A75409

Tints of Golden Brown #A75409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 64.23%
G = 32.31%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A75409 (or 0xA75409) is known color: Golden Brown. HEX triplet: A7, 54 and 09. RGB value is (167,84,9). Sum of RGB (Red+Green+Blue) = 167+84+9=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A75409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75409 is #58ABF6. Grayscale: #646464. Windows color (decimal): -5811191 or 611495. OLE color: 611495.

HSL color Cylindrical-coordinate representation of color #A75409: hue angle of 28.48º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A75409 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 84 9 -
CMYK 0 0.50 0.95 0.35
HSL 28.48º 0.9% 0.35% -
HSV(B) 28.48º 0.95% 0.65% -
XYZ 19.16 14.58 2.06 -
YUV 100.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 167 84 9 0 0.50 0.95 0.35 28.48 0.9 0.35
Hex A7 54 9 0 32 5F 23 1C 5A 23
Octal 247 124 11 0 62 137 43 34 132 43
Binary 10100111 1010100 1001 0 110010 1011111 100011 11100 1011010 100011

Color Harmonies of #A75409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75409

Black with #A75409

Text Example


Text Example

White with #A75409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75409; }

 p { color: rgb(167,84,9); }

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

background-color css

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

 a { background-color: rgb(167,84,9); }

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

border-color css

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

 span { border-color: rgb(167,84,9); }

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