#50603F

Color #50603F Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #50603F

Tints of Cabbage Pont #50603F

Color information

#50603F (or 0x50603F) is unknown color: approx Cabbage Pont. HEX triplet: 50, 60 and 3F. RGB value is (80,96,63). Sum of RGB (Red+Green+Blue) = 80+96+63=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #50603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50603F is #AF9FC0. Grayscale: #575757. Windows color (decimal): -11509697 or 4153424. OLE color: 4153424.

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

Color convert

RGB809663-
CMYK0.1700.340.62
HSL89.09º20.75%31.18%-
HSV(B)89.09º34.38%37.65%-
XYZ8.3910.436.27-
YUV87.45114.2122.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 63 (25% from 255) = 26.36%
R=33.47%
G=40.17%
B=26.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096630.1700.340.6289.0920.7531.18
Hex50603F110223E59151f
Octal1201407721042761312537
Binary1010000110000011111110001010001011111010110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50603F;
 }
 .AnyTagClassName
 {
   color: #50603F;
 }
</style>
background-color css

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

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

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

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

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

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