Html Css Color HEX #A5540B Golden Brown

📋 copy color: '#A5540B'

red 165 ◦ green 84 ◦ blue 11

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

Shades of Golden Brown #A5540B

Tints of Golden Brown #A5540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 63.46%
G = 32.31%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5540B (or 0xA5540B) is known color: Golden Brown. HEX triplet: A5, 54 and 0B. RGB value is (165,84,11). Sum of RGB (Red+Green+Blue) = 165+84+11=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5540B is #5AABF4. Grayscale: #646464. Windows color (decimal): -5942261 or 742565. OLE color: 742565.

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

Color convert

RGB 165 84 11 -
CMYK 0 0.49 0.93 0.35
HSL 28.44º 0.88% 0.35% -
HSV(B) 28.44º 0.93% 0.65% -
XYZ 18.75 14.36 2.1 -
YUV 99.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 165 84 11 0 0.49 0.93 0.35 28.44 0.88 0.35
Hex A5 54 B 0 31 5D 23 1C 58 23
Octal 245 124 13 0 61 135 43 34 130 43
Binary 10100101 1010100 1011 0 110001 1011101 100011 11100 1011000 100011

Color Harmonies of #A5540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5540B

Black with #A5540B

Text Example


Text Example

White with #A5540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5540B; }

 p { color: rgb(165,84,11); }

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

background-color css

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

 a { background-color: rgb(165,84,11); }

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

border-color css

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

 span { border-color: rgb(165,84,11); }

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