#50603D

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

Shades of Cabbage Pont #50603D

Tints of Cabbage Pont #50603D

Color information

#50603D (or 0x50603D) is unknown color: approx Cabbage Pont. HEX triplet: 50, 60 and 3D. RGB value is (80,96,61). Sum of RGB (Red+Green+Blue) = 80+96+61=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #50603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50603D is #AF9FC2. Grayscale: #575757. Windows color (decimal): -11509699 or 4022352. OLE color: 4022352.

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

Color convert

RGB809661-
CMYK0.1700.360.62
HSL87.43º22.29%30.78%-
HSV(B)87.43º36.46%37.65%-
XYZ8.3310.415.98-
YUV87.23113.2122.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=33.76%
G=40.51%
B=25.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096610.1700.360.6287.4322.2930.78
Hex50603D110243E57161f
Octal1201407521044761272637
Binary1010000110000011110110001010010011111010101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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