Html Css Color HEX #A45407 Golden Brown

📋 copy color: '#A45407'

red 164 ◦ green 84 ◦ blue 7

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

Shades of Golden Brown #A45407

Tints of Golden Brown #A45407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.75%

R = 64.31%
G = 32.94%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A45407 (or 0xA45407) is known color: Golden Brown. HEX triplet: A4, 54 and 07. RGB value is (164,84,7). Sum of RGB (Red+Green+Blue) = 164+84+7=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A45407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45407 is #5BABF8. Grayscale: #636363. Windows color (decimal): -6007801 or 480420. OLE color: 480420.

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

Color convert

RGB 164 84 7 -
CMYK 0 0.49 0.96 0.36
HSL 29.43º 0.92% 0.34% -
HSV(B) 29.43º 0.96% 0.64% -
XYZ 18.52 14.25 1.98 -
YUV 99.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 164 84 7 0 0.49 0.96 0.36 29.43 0.92 0.34
Hex A4 54 7 0 31 60 24 1D 5C 22
Octal 244 124 7 0 61 140 44 35 134 42
Binary 10100100 1010100 111 0 110001 1100000 100100 11101 1011100 100010

Color Harmonies of #A45407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45407

Black with #A45407

Text Example


Text Example

White with #A45407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45407; }

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

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

background-color css

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

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

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

border-color css

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

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

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