Html Css Color HEX #A55813 Golden Brown

📋 copy color: '#A55813'

red 165 ◦ green 88 ◦ blue 19

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

Shades of Golden Brown #A55813

Tints of Golden Brown #A55813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 60.66%
G = 32.35%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55813 (or 0xA55813) is known color: Golden Brown. HEX triplet: A5, 58 and 13. RGB value is (165,88,19). Sum of RGB (Red+Green+Blue) = 165+88+19=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A55813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55813 is #5AA7EC. Grayscale: #676767. Windows color (decimal): -5941229 or 1267877. OLE color: 1267877.

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

Color convert

RGB 165 88 19 -
CMYK 0 0.47 0.88 0.35
HSL 28.36º 0.79% 0.36% -
HSV(B) 28.36º 0.88% 0.65% -
XYZ 19.12 15.03 2.51 -
YUV 103.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 165 88 19 0 0.47 0.88 0.35 28.36 0.79 0.36
Hex A5 58 13 0 2F 58 23 1C 4F 24
Octal 245 130 23 0 57 130 43 34 117 44
Binary 10100101 1011000 10011 0 101111 1011000 100011 11100 1001111 100100

Color Harmonies of #A55813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55813

Black with #A55813

Text Example


Text Example

White with #A55813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55813; }

 p { color: rgb(165,88,19); }

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

background-color css

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

 a { background-color: rgb(165,88,19); }

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

border-color css

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

 span { border-color: rgb(165,88,19); }

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