#50543B

Color #50543B Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #50543B

Tints of Kelp #50543B

Color information

#50543B (or 0x50543B) is unknown color: approx Kelp. HEX triplet: 50, 54 and 3B. RGB value is (80,84,59). Sum of RGB (Red+Green+Blue) = 80+84+59=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #50543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50543B is #AFABC4. Grayscale: #505050. Windows color (decimal): -11512773 or 3888208. OLE color: 3888208.

HSL color Cylindrical-coordinate representation of color #50543B: hue angle of 69.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50543B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB808459-
CMYK0.0500.300.67
HSL69.6º17.48%28.04%-
HSV(B)69.6º29.76%32.94%-
XYZ7.278.365.37-
YUV79.95116.17128.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=35.87%
G=37.67%
B=26.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084590.0500.300.6769.617.4828.04
Hex50543B501E4346111c
Octal1201247350361031062134
Binary10100001010100111011101011110100001110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50543B; }

 p { color: rgb(80,84,59); }

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

<style>
 a { background-color: #50543B; }

 a { background-color: rgb(80,84,59); }

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

<style>
 span { border-color: #50543B; }

 span { border-color: rgb(80,84,59); }

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