Html Css Color HEX #A75403 Golden Brown

📋 copy color: '#A75403'

red 167 ◦ green 84 ◦ blue 3

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

Shades of Golden Brown #A75403

Tints of Golden Brown #A75403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 65.75%
G = 33.07%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A75403 (or 0xA75403) is known color: Golden Brown. HEX triplet: A7, 54 and 03. RGB value is (167,84,3). Sum of RGB (Red+Green+Blue) = 167+84+3=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A75403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75403 is #58ABFC. Grayscale: #636363. Windows color (decimal): -5811197 or 218279. OLE color: 218279.

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

Color convert

RGB 167 84 3 -
CMYK 0 0.50 0.98 0.35
HSL 29.63º 0.96% 0.33% -
HSV(B) 29.63º 0.98% 0.65% -
XYZ 19.12 14.56 1.89 -
YUV 99.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 167 84 3 0 0.50 0.98 0.35 29.63 0.96 0.33
Hex A7 54 3 0 32 62 23 1E 60 21
Octal 247 124 3 0 62 142 43 36 140 41
Binary 10100111 1010100 11 0 110010 1100010 100011 11110 1100000 100001

Color Harmonies of #A75403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75403

Black with #A75403

Text Example


Text Example

White with #A75403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75403; }

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

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

background-color css

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

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

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

border-color css

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

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

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