#534F29

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

Shades of Camouflage #534F29

Tints of Camouflage #534F29

Color information

#534F29 (or 0x534F29) is unknown color: approx Camouflage. HEX triplet: 53, 4F and 29. RGB value is (83,79,41). Sum of RGB (Red+Green+Blue) = 83+79+41=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F29 is #ACB0D6. Grayscale: #4C4C4C. Windows color (decimal): -11317463 or 2707283. OLE color: 2707283.

HSL color Cylindrical-coordinate representation of color #534F29: hue angle of 54.29º 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 #534F29 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB837941-
CMYK00.050.510.67
HSL54.29º33.87%24.31%-
HSV(B)54.29º50.6%32.55%-
XYZ6.767.593.21-
YUV75.86108.33133.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=40.89%
G=38.92%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83794100.050.510.6754.2933.8724.31
Hex534F29053343362218
Octal123117510563103664230
Binary101001110011111010010101110011100001111011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F29; }

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

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

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

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

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

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

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

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