Html Css Color HEX #515F41 Cabbage Pont

📋 copy color: '#515F41'

red 81 ◦ green 95 ◦ blue 65

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

Shades of Cabbage Pont #515F41

Tints of Cabbage Pont #515F41

RGB

 RED value IS 81 (32.03% from 255) = 33.61%

 GREEN value IS 95 (37.5% from 255) = 39.42%

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 33.61%
G = 39.42%
B = 26.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#515F41 (or 0x515F41) is known color: Cabbage Pont. HEX triplet: 51, 5F and 41. RGB value is (81,95,65). Sum of RGB (Red+Green+Blue) = 81+95+65=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #515F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F41 is #AEA0BE. Grayscale: #575757. Windows color (decimal): -11444415 or 4284241. OLE color: 4284241.

HSL color Cylindrical-coordinate representation of color #515F41: hue angle of 88º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515F41 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 65 -
CMYK 0.15 0 0.32 0.63
HSL 88º 0.19% 0.31% -
HSV(B) 88º 0.32% 0.37% -
XYZ 8.44 10.32 6.55 -
YUV 87.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 81 95 65 0.15 0 0.32 0.63 88 0.19 0.31
Hex 51 5F 41 F 0 20 3F 58 13 1F
Octal 121 137 101 17 0 40 77 130 23 37
Binary 1010001 1011111 1000001 1111 0 100000 111111 1011000 10011 11111

Color Harmonies of #515F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F41

Black with #515F41

Text Example


Text Example

White with #515F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F41; }

 p { color: rgb(81,95,65); }

 H1.HeaderClassName
 {
   color: #515F41;
 }
 .AnyTagClassName
 {
   color: #515F41;
 }
</style>

background-color css

<style>
 a { background-color: #515F41; }

 a { background-color: rgb(81,95,65); }

 div.DivClassName
 {
   background-color: #515F41;
 }
 .BgClassName
 {
   background-color: #515F41;
 }
</style>

border-color css

<style>
 span { border-color: #515F41; }

 span { border-color: rgb(81,95,65); }

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