#535229

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

Shades of Camouflage #535229

Tints of Camouflage #535229

Color information

#535229 (or 0x535229) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 29. RGB value is (83,82,41). Sum of RGB (Red+Green+Blue) = 83+82+41=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #535229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535229 is #ACADD6. Grayscale: #4D4D4D. Windows color (decimal): -11316695 or 2708051. OLE color: 2708051.

HSL color Cylindrical-coordinate representation of color #535229: hue angle of 58.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535229 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB838241-
CMYK00.010.510.67
HSL58.57º33.87%24.31%-
HSV(B)58.57º50.6%32.55%-
XYZ6.988.033.28-
YUV77.62107.33131.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=40.29%
G=39.81%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83824100.010.510.6758.5733.8724.31
Hex5352290133433b2218
Octal123122510163103734230
Binary1010011101001010100101110011100001111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535229; }

 p { color: rgb(83,82,41); }

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

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

 a { background-color: rgb(83,82,41); }

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

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

 span { border-color: rgb(83,82,41); }

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