#524F32

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

Shades of Camouflage #524F32

Tints of Camouflage #524F32

Color information

#524F32 (or 0x524F32) is unknown color: approx Camouflage. HEX triplet: 52, 4F and 32. RGB value is (82,79,50). Sum of RGB (Red+Green+Blue) = 82+79+50=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F32 is #ADB0CD. Grayscale: #4C4C4C. Windows color (decimal): -11382990 or 3297106. OLE color: 3297106.

HSL color Cylindrical-coordinate representation of color #524F32: hue angle of 54.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524F32 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB827950-
CMYK00.040.390.68
HSL54.38º24.24%25.88%-
HSV(B)54.38º39.02%32.16%-
XYZ6.857.624.13-
YUV76.59112.99131.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=38.86%
G=37.44%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82795000.040.390.6854.3824.2425.88
Hex524F3204274436181a
Octal122117620447104663032
Binary10100101001111110010010010011110001001101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F32; }

 p { color: rgb(82,79,50); }

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

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

 a { background-color: rgb(82,79,50); }

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

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

 span { border-color: rgb(82,79,50); }

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