#504F37

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

Shades of Camouflage #504F37

Tints of Camouflage #504F37

Color information

#504F37 (or 0x504F37) is unknown color: approx Camouflage. HEX triplet: 50, 4F and 37. RGB value is (80,79,55). Sum of RGB (Red+Green+Blue) = 80+79+55=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #504F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F37 is #AFB0C8. Grayscale: #4C4C4C. Windows color (decimal): -11514057 or 3624784. OLE color: 3624784.

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

Color convert

RGB807955-
CMYK00.010.310.69
HSL57.6º18.52%26.47%-
HSV(B)57.6º31.25%31.37%-
XYZ6.797.574.72-
YUV76.56115.83130.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=37.38%
G=36.92%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80795500.010.310.6957.618.5226.47
Hex504F37011F453a131a
Octal120117670137105722332
Binary10100001001111110111011111110001011110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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