Html Css Color HEX #505C45 Cabbage Pont

📋 copy color: '#505C45'

red 80 ◦ green 92 ◦ blue 69

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

Shades of Cabbage Pont #505C45

Tints of Cabbage Pont #505C45

RGB

 RED value IS 80 (31.64% from 255) = 33.2%

 GREEN value IS 92 (36.33% from 255) = 38.17%

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 33.2%
G = 38.17%
B = 28.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#505C45 (or 0x505C45) is known color: Cabbage Pont. HEX triplet: 50, 5C and 45. RGB value is (80,92,69). Sum of RGB (Red+Green+Blue) = 80+92+69=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #505C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C45 is #AFA3BA. Grayscale: #555555. Windows color (decimal): -11510715 or 4545616. OLE color: 4545616.

HSL color Cylindrical-coordinate representation of color #505C45: hue angle of 91.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505C45 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 69 -
CMYK 0.13 0 0.25 0.64
HSL 91.3º 0.14% 0.32% -
HSV(B) 91.3º 0.25% 0.36% -
XYZ 8.21 9.79 7.09 -
YUV 85.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 80 92 69 0.13 0 0.25 0.64 91.3 0.14 0.32
Hex 50 5C 45 D 0 19 40 5B E 20
Octal 120 134 105 15 0 31 100 133 16 40
Binary 1010000 1011100 1000101 1101 0 11001 1000000 1011011 1110 100000

Color Harmonies of #505C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C45

Black with #505C45

Text Example


Text Example

White with #505C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,92,69); }

 H1.HeaderClassName
 {
   color: #505C45;
 }
 .AnyTagClassName
 {
   color: #505C45;
 }
</style>

background-color css

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

 a { background-color: rgb(80,92,69); }

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

border-color css

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

 span { border-color: rgb(80,92,69); }

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