#515033

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

Shades of Camouflage #515033

Tints of Camouflage #515033

Color information

#515033 (or 0x515033) is unknown color: approx Camouflage. HEX triplet: 51, 50 and 33. RGB value is (81,80,51). Sum of RGB (Red+Green+Blue) = 81+80+51=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #515033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515033 is #AEAFCC. Grayscale: #4D4D4D. Windows color (decimal): -11448269 or 3362897. OLE color: 3362897.

HSL color Cylindrical-coordinate representation of color #515033: hue angle of 58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515033 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB818051-
CMYK00.010.370.68
HSL58º22.73%25.88%-
HSV(B)58º37.04%31.76%-
XYZ6.867.734.26-
YUV76.99113.33130.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=38.21%
G=37.74%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81805100.010.370.685822.7325.88
Hex5150330125443a171a
Octal121120630145104722732
Binary101000110100001100110110010110001001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515033; }

 p { color: rgb(81,80,51); }

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

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

 a { background-color: rgb(81,80,51); }

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

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

 span { border-color: rgb(81,80,51); }

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