#4F553B

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

Shades of Kelp #4F553B

Tints of Kelp #4F553B

Color information

#4F553B (or 0x4F553B) is unknown color: approx Kelp. HEX triplet: 4F, 55 and 3B. RGB value is (79,85,59). Sum of RGB (Red+Green+Blue) = 79+85+59=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4F553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F553B is #B0AAC4. Grayscale: #505050. Windows color (decimal): -11578053 or 3888463. OLE color: 3888463.

HSL color Cylindrical-coordinate representation of color #4F553B: hue angle of 73.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F553B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB798559-
CMYK0.0700.310.67
HSL73.85º18.06%28.24%-
HSV(B)73.85º30.59%33.33%-
XYZ7.268.485.39-
YUV80.24116.01127.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.43%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=35.43%
G=38.12%
B=26.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985590.0700.310.6773.8518.0628.24
Hex4F553B701F434a121c
Octal1171257370371031122234
Binary10011111010101111011111011111100001110010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F553B; }

 p { color: rgb(79,85,59); }

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

<style>
 a { background-color: #4F553B; }

 a { background-color: rgb(79,85,59); }

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

<style>
 span { border-color: #4F553B; }

 span { border-color: rgb(79,85,59); }

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