#505D41

Color #505D41 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #505D41

Tints of Cabbage Pont #505D41

Color information

#505D41 (or 0x505D41) is unknown color: approx Cabbage Pont. HEX triplet: 50, 5D and 41. RGB value is (80,93,65). Sum of RGB (Red+Green+Blue) = 80+93+65=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #505D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D41 is #AFA2BE. Grayscale: #565656. Windows color (decimal): -11510463 or 4283728. OLE color: 4283728.

HSL color Cylindrical-coordinate representation of color #505D41: hue angle of 87.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505D41 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB809365-
CMYK0.1400.300.64
HSL87.86º17.72%30.98%-
HSV(B)87.86º30.11%36.47%-
XYZ8.189.926.48-
YUV85.92116.19123.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=33.61%
G=39.08%
B=27.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8093650.1400.300.6487.8617.7230.98
Hex505D41E01E4058121f
Octal120135101160361001302237
Binary1010000101110110000011110011110100000010110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505D41; }

 p { color: rgb(80,93,65); }

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

<style>
 a { background-color: #505D41; }

 a { background-color: rgb(80,93,65); }

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

<style>
 span { border-color: #505D41; }

 span { border-color: rgb(80,93,65); }

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