Html Css Color HEX #505D41 Cabbage Pont

📋 copy color: '#505D41'

red 80 ◦ green 93 ◦ blue 65

#505D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #505D41

Tints of Cabbage Pont #505D41

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 value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#505D41 (or 0x505D41) is known color: 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

RGB 80 93 65 -
CMYK 0.14 0 0.30 0.64
HSL 87.86º 0.18% 0.31% -
HSV(B) 87.86º 0.3% 0.36% -
XYZ 8.18 9.92 6.48 -
YUV 85.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 80 93 65 0.14 0 0.30 0.64 87.86 0.18 0.31
Hex 50 5D 41 E 0 1E 40 58 12 1F
Octal 120 135 101 16 0 36 100 130 22 37
Binary 1010000 1011101 1000001 1110 0 11110 1000000 1011000 10010 11111

Color Harmonies of #505D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D41

Black with #505D41

Text Example


Text Example

White with #505D41

Text Example


Text Example

HTML Codes & Css Web 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>