#504F30

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

Shades of Camouflage #504F30

Tints of Camouflage #504F30

Color information

#504F30 (or 0x504F30) is unknown color: approx Camouflage. HEX triplet: 50, 4F and 30. RGB value is (80,79,48). Sum of RGB (Red+Green+Blue) = 80+79+48=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F30 is #AFB0CF. Grayscale: #4B4B4B. Windows color (decimal): -11514064 or 3166032. OLE color: 3166032.

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

Color convert

RGB807948-
CMYK00.010.400.69
HSL58.12º25%25.1%-
HSV(B)58.12º40%31.37%-
XYZ6.647.513.9-
YUV75.76112.33131.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=38.65%
G=38.16%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80794800.010.400.6958.122525.1
Hex504F300128453a1919
Octal120117600150105723131
Binary101000010011111100000110100010001011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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