#535032

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

Shades of Camouflage #535032

Tints of Camouflage #535032

Color information

#535032 (or 0x535032) is unknown color: approx Camouflage. HEX triplet: 53, 50 and 32. RGB value is (83,80,50). Sum of RGB (Red+Green+Blue) = 83+80+50=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #535032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535032 is #ACAFCD. Grayscale: #4D4D4D. Windows color (decimal): -11317198 or 3297363. OLE color: 3297363.

HSL color Cylindrical-coordinate representation of color #535032: hue angle of 54.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535032 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB838050-
CMYK00.040.400.67
HSL54.55º24.81%26.08%-
HSV(B)54.55º39.76%32.55%-
XYZ7.017.814.15-
YUV77.48112.49131.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=38.97%
G=37.56%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83805000.040.400.6754.5524.8126.08
Hex53503204284337191a
Octal123120620450103673132
Binary10100111010000110010010010100010000111101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535032; }

 p { color: rgb(83,80,50); }

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

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

 a { background-color: rgb(83,80,50); }

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

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

 span { border-color: rgb(83,80,50); }

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