#504E23

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

Shades of Camouflage #504E23

Tints of Camouflage #504E23

Color information

#504E23 (or 0x504E23) is unknown color: approx Camouflage. HEX triplet: 50, 4E and 23. RGB value is (80,78,35). Sum of RGB (Red+Green+Blue) = 80+78+35=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E23 is #AFB1DC. Grayscale: #494949. Windows color (decimal): -11514333 or 2313808. OLE color: 2313808.

HSL color Cylindrical-coordinate representation of color #504E23: hue angle of 57.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504E23 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB807835-
CMYK00.020.560.69
HSL57.33º39.13%22.55%-
HSV(B)57.33º56.25%31.37%-
XYZ6.347.282.66-
YUV73.7106.16132.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=41.45%
G=40.41%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80783500.020.560.6957.3339.1322.55
Hex504E23023845392717
Octal120116430270105714727
Binary10100001001110100011010111000100010111100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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