#535035

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

Shades of Camouflage #535035

Tints of Camouflage #535035

Color information

#535035 (or 0x535035) is unknown color: approx Camouflage. HEX triplet: 53, 50 and 35. RGB value is (83,80,53). Sum of RGB (Red+Green+Blue) = 83+80+53=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #535035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535035 is #ACAFCA. Grayscale: #4D4D4D. Windows color (decimal): -11317195 or 3493971. OLE color: 3493971.

HSL color Cylindrical-coordinate representation of color #535035: hue angle of 54º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535035 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB838053-
CMYK00.040.360.67
HSL54º22.06%26.67%-
HSV(B)54º36.14%32.55%-
XYZ7.087.834.51-
YUV77.82113.99131.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=38.43%
G=37.04%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83805300.040.360.675422.0626.67
Hex53503504244336161b
Octal123120650444103662633
Binary10100111010000110101010010010010000111101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535035; }

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

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

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

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

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

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

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

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