Html Css Color HEX #50603E Cabbage Pont

📋 copy color: '#50603E'

red 80 ◦ green 96 ◦ blue 62

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

Shades of Cabbage Pont #50603E

Tints of Cabbage Pont #50603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 33.61%
G = 40.34%
B = 26.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#50603E (or 0x50603E) is known color: Cabbage Pont. HEX triplet: 50, 60 and 3E. RGB value is (80,96,62). Sum of RGB (Red+Green+Blue) = 80+96+62=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #50603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50603E is #AF9FC1. Grayscale: #575757. Windows color (decimal): -11509698 or 4087888. OLE color: 4087888.

HSL color Cylindrical-coordinate representation of color #50603E: hue angle of 88.24º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50603E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 62 -
CMYK 0.17 0 0.35 0.62
HSL 88.24º 0.22% 0.31% -
HSV(B) 88.24º 0.35% 0.38% -
XYZ 8.36 10.42 6.13 -
YUV 87.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 80 96 62 0.17 0 0.35 0.62 88.24 0.22 0.31
Hex 50 60 3E 11 0 23 3E 58 16 1F
Octal 120 140 76 21 0 43 76 130 26 37
Binary 1010000 1100000 111110 10001 0 100011 111110 1011000 10110 11111

Color Harmonies of #50603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50603E

Black with #50603E

Text Example


Text Example

White with #50603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50603E; }

 p { color: rgb(80,96,62); }

 H1.HeaderClassName
 {
   color: #50603E;
 }
 .AnyTagClassName
 {
   color: #50603E;
 }
</style>

background-color css

<style>
 a { background-color: #50603E; }

 a { background-color: rgb(80,96,62); }

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

border-color css

<style>
 span { border-color: #50603E; }

 span { border-color: rgb(80,96,62); }

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