Html Css Color HEX #4F513D Kelp

📋 copy color: '#4F513D'

red 79 ◦ green 81 ◦ blue 61

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

Shades of Kelp #4F513D

Tints of Kelp #4F513D

RGB

 RED value IS 79 (31.25% from 255) = 35.75%

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 35.75%
G = 36.65%
B = 27.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#4F513D (or 0x4F513D) is known color: Kelp. HEX triplet: 4F, 51 and 3D. RGB value is (79,81,61). Sum of RGB (Red+Green+Blue) = 79+81+61=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #4F513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F513D is #B0AEC2. Grayscale: #4E4E4E. Windows color (decimal): -11579075 or 4018511. OLE color: 4018511.

HSL color Cylindrical-coordinate representation of color #4F513D: hue angle of 66º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F513D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 81 61 -
CMYK 0.02 0 0.25 0.68
HSL 66º 0.14% 0.28% -
HSV(B) 66º 0.25% 0.32% -
XYZ 7.01 7.88 5.57 -
YUV 78.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 79 81 61 0.02 0 0.25 0.68 66 0.14 0.28
Hex 4F 51 3D 2 0 19 44 42 E 1C
Octal 117 121 75 2 0 31 104 102 16 34
Binary 1001111 1010001 111101 10 0 11001 1000100 1000010 1110 11100

Color Harmonies of #4F513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F513D

Black with #4F513D

Text Example


Text Example

White with #4F513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,81,61); }

 H1.HeaderClassName
 {
   color: #4F513D;
 }
 .AnyTagClassName
 {
   color: #4F513D;
 }
</style>

background-color css

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

 a { background-color: rgb(79,81,61); }

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

border-color css

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

 span { border-color: rgb(79,81,61); }

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