Html Css Color HEX #A55207 Golden Brown

📋 copy color: '#A55207'

red 165 ◦ green 82 ◦ blue 7

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

Shades of Golden Brown #A55207

Tints of Golden Brown #A55207

RGB

 RED value IS 165 (64.84% from 255) = 64.96%

 GREEN value IS 82 (32.42% from 255) = 32.28%

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

R = 64.96%
G = 32.28%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A55207 (or 0xA55207) is known color: Golden Brown. HEX triplet: A5, 52 and 07. RGB value is (165,82,7). Sum of RGB (Red+Green+Blue) = 165+82+7=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A55207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55207 is #5AADF8. Grayscale: #626262. Windows color (decimal): -5942777 or 479909. OLE color: 479909.

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

Color convert

RGB 165 82 7 -
CMYK 0 0.50 0.96 0.35
HSL 28.48º 0.92% 0.34% -
HSV(B) 28.48º 0.96% 0.65% -
XYZ 18.57 14.05 1.93 -
YUV 98.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 165 82 7 0 0.50 0.96 0.35 28.48 0.92 0.34
Hex A5 52 7 0 32 60 23 1C 5C 22
Octal 245 122 7 0 62 140 43 34 134 42
Binary 10100101 1010010 111 0 110010 1100000 100011 11100 1011100 100010

Color Harmonies of #A55207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55207

Black with #A55207

Text Example


Text Example

White with #A55207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55207; }

 p { color: rgb(165,82,7); }

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

background-color css

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

 a { background-color: rgb(165,82,7); }

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

border-color css

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

 span { border-color: rgb(165,82,7); }

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