#53533A

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

Shades of Camouflage #53533A

Tints of Camouflage #53533A

Color information

#53533A (or 0x53533A) is unknown color: approx Camouflage. HEX triplet: 53, 53 and 3A. RGB value is (83,83,58). Sum of RGB (Red+Green+Blue) = 83+83+58=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53533A is #ACACC5. Grayscale: #505050. Windows color (decimal): -11316422 or 3822419. OLE color: 3822419.

HSL color Cylindrical-coordinate representation of color #53533A: hue angle of 60º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53533A is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB838358-
CMYK000.300.67
HSL60º17.73%27.65%-
HSV(B)60º30.12%32.55%-
XYZ7.428.335.22-
YUV80.15115.5130.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=37.05%
G=37.05%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838358000.300.676017.7327.65
Hex53533A001E433c121c
Octal123123720036103742234
Binary10100111010011111010001111010000111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53533A; }

 p { color: rgb(83,83,58); }

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

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

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

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

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

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

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