#a53627

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

Shades of Brown #A53627

Tints of Brown #A53627

Color information

#A53627 (or 0xA53627) is unknown color: approx Brown. HEX triplet: A5, 36 and 27. RGB value is (165,54,39). Sum of RGB (Red+Green+Blue) = 165+54+39=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A53627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53627 is #5AC9D8. Grayscale: #555555. Windows color (decimal): -5949913 or 2569893. OLE color: 2569893.

HSL color Cylindrical-coordinate representation of color #A53627: hue angle of 7.14º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53627 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1655439-
CMYK00.670.760.35
HSL7.14º61.76%40%-
HSV(B)7.14º76.36%64.71%-
XYZ17.210.783.09-
YUV85.48101.77184.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.95%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=63.95%
G=20.93%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165543900.670.760.357.1461.7640
HexA536270434C2373e28
Octal245664701031144377650
Binary10100101110110100111010000111001100100011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53627; }

 p { color: rgb(165,54,39); }

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

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

 a { background-color: rgb(165,54,39); }

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

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

 span { border-color: rgb(165,54,39); }

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