#52513B

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

Shades of Camouflage #52513B

Tints of Camouflage #52513B

Color information

#52513B (or 0x52513B) is unknown color: approx Camouflage. HEX triplet: 52, 51 and 3B. RGB value is (82,81,59). Sum of RGB (Red+Green+Blue) = 82+81+59=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #52513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52513B is #ADAEC4. Grayscale: #4E4E4E. Windows color (decimal): -11382469 or 3887442. OLE color: 3887442.

HSL color Cylindrical-coordinate representation of color #52513B: hue angle of 57.39º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52513B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB828159-
CMYK00.010.280.68
HSL57.39º16.31%27.65%-
HSV(B)57.39º28.05%32.16%-
XYZ7.217.995.3-
YUV78.79116.83130.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=36.94%
G=36.49%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82815900.010.280.6857.3916.3127.65
Hex52513B011C4439101c
Octal122121730134104712034
Binary10100101010001111011011110010001001110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52513B; }

 p { color: rgb(82,81,59); }

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

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

 a { background-color: rgb(82,81,59); }

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

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

 span { border-color: rgb(82,81,59); }

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