#504F33

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

Shades of Camouflage #504F33

Tints of Camouflage #504F33

Color information

#504F33 (or 0x504F33) is unknown color: approx Camouflage. HEX triplet: 50, 4F and 33. RGB value is (80,79,51). Sum of RGB (Red+Green+Blue) = 80+79+51=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F33 is #AFB0CC. Grayscale: #4C4C4C. Windows color (decimal): -11514061 or 3362640. OLE color: 3362640.

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

Color convert

RGB807951-
CMYK00.010.360.69
HSL57.93º22.14%25.69%-
HSV(B)57.93º36.25%31.37%-
XYZ6.77.544.23-
YUV76.11113.83130.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=38.10%
G=37.62%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80795100.010.360.6957.9322.1425.69
Hex504F330124453a161a
Octal120117630144105722632
Binary101000010011111100110110010010001011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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