#53523A

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

Shades of Camouflage #53523A

Tints of Camouflage #53523A

Color information

#53523A (or 0x53523A) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 3A. RGB value is (83,82,58). Sum of RGB (Red+Green+Blue) = 83+82+58=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #53523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523A is #ACADC5. Grayscale: #4F4F4F. Windows color (decimal): -11316678 or 3822163. OLE color: 3822163.

HSL color Cylindrical-coordinate representation of color #53523A: hue angle of 57.6º 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 #53523A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB838258-
CMYK00.010.300.67
HSL57.6º17.73%27.65%-
HSV(B)57.6º30.12%32.55%-
XYZ7.358.185.19-
YUV79.56115.83130.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=37.22%
G=36.77%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83825800.010.300.6757.617.7327.65
Hex53523A011E433a121c
Octal123122720136103722234
Binary10100111010010111010011111010000111110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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