#535030

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

Shades of Camouflage #535030

Tints of Camouflage #535030

Color information

#535030 (or 0x535030) is unknown color: approx Camouflage. HEX triplet: 53, 50 and 30. RGB value is (83,80,48). Sum of RGB (Red+Green+Blue) = 83+80+48=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #535030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535030 is #ACAFCF. Grayscale: #4D4D4D. Windows color (decimal): -11317200 or 3166291. OLE color: 3166291.

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

Color convert

RGB838048-
CMYK00.040.420.67
HSL54.86º26.72%25.69%-
HSV(B)54.86º42.17%32.55%-
XYZ6.977.793.93-
YUV77.25111.49132.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=39.34%
G=37.91%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83804800.040.420.6754.8626.7225.69
Hex535030042A43371b1a
Octal123120600452103673332
Binary10100111010000110000010010101010000111101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535030; }

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

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

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

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

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

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

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

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