#535225

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

Shades of Camouflage #535225

Tints of Camouflage #535225

Color information

#535225 (or 0x535225) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 25. RGB value is (83,82,37). Sum of RGB (Red+Green+Blue) = 83+82+37=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #535225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535225 is #ACADDA. Grayscale: #4D4D4D. Windows color (decimal): -11316699 or 2445907. OLE color: 2445907.

HSL color Cylindrical-coordinate representation of color #535225: hue angle of 58.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535225 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB838237-
CMYK00.010.550.67
HSL58.7º38.33%23.53%-
HSV(B)58.7º55.42%32.55%-
XYZ6.928.012.93-
YUV77.17105.33132.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=41.09%
G=40.59%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83823700.010.550.6758.738.3323.53
Hex5352250137433b2618
Octal123122450167103734630
Binary1010011101001010010101110111100001111101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535225; }

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

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

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

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

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

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

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

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