#504C2B

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

Shades of Camouflage #504C2B

Tints of Camouflage #504C2B

Color information

#504C2B (or 0x504C2B) is unknown color: approx Camouflage. HEX triplet: 50, 4C and 2B. RGB value is (80,76,43). Sum of RGB (Red+Green+Blue) = 80+76+43=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C2B is #AFB3D4. Grayscale: #494949. Windows color (decimal): -11514837 or 2837584. OLE color: 2837584.

HSL color Cylindrical-coordinate representation of color #504C2B: hue angle of 53.51º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504C2B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB807643-
CMYK00.050.460.69
HSL53.51º30.08%24.12%-
HSV(B)53.51º46.25%31.37%-
XYZ6.337.053.31-
YUV73.43110.83132.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=40.20%
G=38.19%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80764300.050.460.6953.5130.0824.12
Hex504C2B052E45361e18
Octal120114530556105663630
Binary10100001001100101011010110111010001011101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504C2B; }

 p { color: rgb(80,76,43); }

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

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

 a { background-color: rgb(80,76,43); }

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

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

 span { border-color: rgb(80,76,43); }

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