#A55E0D

Color #A55E0D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A55E0D

Tints of Golden Brown #A55E0D

Color information

#A55E0D (or 0xA55E0D) is unknown color: approx Golden Brown. HEX triplet: A5, 5E and 0D. RGB value is (165,94,13). Sum of RGB (Red+Green+Blue) = 165+94+13=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55E0D is #5AA1F2. Grayscale: #6A6A6A. Windows color (decimal): -5939699 or 876197. OLE color: 876197.

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

Color convert

RGB1659413-
CMYK00.430.920.35
HSL31.97º85.39%34.9%-
HSV(B)31.97º92.12%64.71%-
XYZ19.5916.032.44-
YUV10675.52170.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=60.66%
G=34.56%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165941300.430.920.3531.9785.3934.9
HexA55ED02B5C23205523
Octal24513615053134434012543
Binary1010010110111101101010101110111001000111000001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E0D; }

 p { color: rgb(165,94,13); }

 H1.HeaderClassName
 {
   color: #A55E0D;
 }
 .AnyTagClassName
 {
   color: #A55E0D;
 }
</style>
background-color css

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

 a { background-color: rgb(165,94,13); }

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

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

 span { border-color: rgb(165,94,13); }

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