Html Css Color HEX #4F614B Tom Thumb

📋 copy color: '#4F614B'

red 79 ◦ green 97 ◦ blue 75

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

Shades of Tom Thumb #4F614B

Tints of Tom Thumb #4F614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 31.47%
G = 38.65%
B = 29.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#4F614B (or 0x4F614B) is known color: Tom Thumb. HEX triplet: 4F, 61 and 4B. RGB value is (79,97,75). Sum of RGB (Red+Green+Blue) = 79+97+75=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #4F614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F614B is #B09EB4. Grayscale: #595959. Windows color (decimal): -11574965 or 4940111. OLE color: 4940111.

HSL color Cylindrical-coordinate representation of color #4F614B: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F614B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 97 75 -
CMYK 0.19 0 0.23 0.62
HSL 109.09º 0.13% 0.34% -
HSV(B) 109.09º 0.23% 0.38% -
XYZ 8.77 10.72 8.26 -
YUV 89.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 79 97 75 0.19 0 0.23 0.62 109.09 0.13 0.34
Hex 4F 61 4B 13 0 17 3E 6D D 22
Octal 117 141 113 23 0 27 76 155 15 42
Binary 1001111 1100001 1001011 10011 0 10111 111110 1101101 1101 100010

Color Harmonies of #4F614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F614B

Black with #4F614B

Text Example


Text Example

White with #4F614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,75); }

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

background-color css

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

 a { background-color: rgb(79,97,75); }

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

border-color css

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

 span { border-color: rgb(79,97,75); }

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