Html Css Color HEX #505C43 Cabbage Pont

📋 copy color: '#505C43'

red 80 ◦ green 92 ◦ blue 67

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

Shades of Cabbage Pont #505C43

Tints of Cabbage Pont #505C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.03%

R = 33.47%
G = 38.49%
B = 28.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#505C43 (or 0x505C43) is known color: Cabbage Pont. HEX triplet: 50, 5C and 43. RGB value is (80,92,67). Sum of RGB (Red+Green+Blue) = 80+92+67=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #505C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C43 is #AFA3BC. Grayscale: #555555. Windows color (decimal): -11510717 or 4414544. OLE color: 4414544.

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

Color convert

RGB 80 92 67 -
CMYK 0.13 0 0.27 0.64
HSL 88.8º 0.16% 0.31% -
HSV(B) 88.8º 0.27% 0.36% -
XYZ 8.15 9.77 6.77 -
YUV 85.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 80 92 67 0.13 0 0.27 0.64 88.8 0.16 0.31
Hex 50 5C 43 D 0 1B 40 59 10 1F
Octal 120 134 103 15 0 33 100 131 20 37
Binary 1010000 1011100 1000011 1101 0 11011 1000000 1011001 10000 11111

Color Harmonies of #505C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C43

Black with #505C43

Text Example


Text Example

White with #505C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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