#504F2A

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

Shades of Camouflage #504F2A

Tints of Camouflage #504F2A

Color information

#504F2A (or 0x504F2A) is unknown color: approx Camouflage. HEX triplet: 50, 4F and 2A. RGB value is (80,79,42). Sum of RGB (Red+Green+Blue) = 80+79+42=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #504F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F2A is #AFB0D5. Grayscale: #4B4B4B. Windows color (decimal): -11514070 or 2772816. OLE color: 2772816.

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

Color convert

RGB807942-
CMYK00.010.480.69
HSL58.42º31.15%23.92%-
HSV(B)58.42º47.5%31.37%-
XYZ6.527.463.29-
YUV75.08109.33131.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=39.80%
G=39.30%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80794200.010.480.6958.4231.1523.92
Hex504F2A0130453a1f18
Octal120117520160105723730
Binary101000010011111010100111000010001011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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