#504F28

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

Shades of Camouflage #504F28

Tints of Camouflage #504F28

Color information

#504F28 (or 0x504F28) is unknown color: approx Camouflage. HEX triplet: 50, 4F and 28. RGB value is (80,79,40). Sum of RGB (Red+Green+Blue) = 80+79+40=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F28 is #AFB0D7. Grayscale: #4B4B4B. Windows color (decimal): -11514072 or 2641744. OLE color: 2641744.

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

Color convert

RGB807940-
CMYK00.010.50.69
HSL58.5º33.33%23.53%-
HSV(B)58.5º50%31.37%-
XYZ6.497.453.1-
YUV74.85108.33131.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=40.20%
G=39.70%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80794000.010.50.6958.533.3323.53
Hex504F280132453a2118
Octal120117500162105724130
Binary1010000100111110100001110010100010111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,40); }

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

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

 a { background-color: rgb(80,79,40); }

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

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

 span { border-color: rgb(80,79,40); }

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