#504C27

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

Shades of Camouflage #504C27

Tints of Camouflage #504C27

Color information

#504C27 (or 0x504C27) is unknown color: approx Camouflage. HEX triplet: 50, 4C and 27. RGB value is (80,76,39). Sum of RGB (Red+Green+Blue) = 80+76+39=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C27 is #AFB3D8. Grayscale: #494949. Windows color (decimal): -11514841 or 2575440. OLE color: 2575440.

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

Color convert

RGB807639-
CMYK00.050.510.69
HSL54.15º34.45%23.33%-
HSV(B)54.15º51.25%31.37%-
XYZ6.267.022.94-
YUV72.98108.83133.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 39 (15.62% from 255) = 20%
R=41.03%
G=38.97%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80763900.050.510.6954.1534.4523.33
Hex504C27053345362217
Octal120114470563105664227
Binary101000010011001001110101110011100010111011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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