#504E30

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

Shades of Camouflage #504E30

Tints of Camouflage #504E30

Color information

#504E30 (or 0x504E30) is unknown color: approx Camouflage. HEX triplet: 50, 4E and 30. RGB value is (80,78,48). Sum of RGB (Red+Green+Blue) = 80+78+48=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E30 is #AFB1CF. Grayscale: #4B4B4B. Windows color (decimal): -11514320 or 3165776. OLE color: 3165776.

HSL color Cylindrical-coordinate representation of color #504E30: hue angle of 56.25º 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 #504E30 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB807848-
CMYK00.020.400.69
HSL56.25º25%25.1%-
HSV(B)56.25º40%31.37%-
XYZ6.577.373.87-
YUV75.18112.66131.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=38.83%
G=37.86%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80784800.020.400.6956.252525.1
Hex504E30022845381919
Octal120116600250105703131
Binary1010000100111011000001010100010001011110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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