#A52626

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

Shades of Brown #A52626

Tints of Brown #A52626

Color information

#A52626 (or 0xA52626) is unknown color: approx Brown. HEX triplet: A5, 26 and 26. RGB value is (165,38,38). Sum of RGB (Red+Green+Blue) = 165+38+38=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A52626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52626 is #5AD9D9. Grayscale: #4C4C4C. Windows color (decimal): -5954010 or 2500261. OLE color: 2500261.

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

Color convert

RGB1653838-
CMYK00.770.770.35
HSL62.56%39.8%-
HSV(B)76.97%64.71%-
XYZ16.569.532.8-
YUV75.97106.58191.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.46%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=68.46%
G=15.77%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165383800.770.770.35062.5639.8
HexA5262604D4D2303f28
Octal245464601151154307750
Binary101001011001101001100100110110011011000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52626; }

 p { color: rgb(165,38,38); }

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

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

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

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

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

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

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