#4F292B

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

Shades of Heath #4F292B

Tints of Heath #4F292B

Color information

#4F292B (or 0x4F292B) is unknown color: approx Heath. HEX triplet: 4F, 29 and 2B. RGB value is (79,41,43). Sum of RGB (Red+Green+Blue) = 79+41+43=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F292B is #B0D6D4. Grayscale: #343434. Windows color (decimal): -11589333 or 2828623. OLE color: 2828623.

HSL color Cylindrical-coordinate representation of color #4F292B: hue angle of 356.84º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F292B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB794143-
CMYK00.480.460.69
HSL356.84º31.67%23.53%-
HSV(B)356.84º48.1%30.98%-
XYZ4.453.422.71-
YUV52.59122.59146.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.47%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=48.47%
G=25.15%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79414300.480.460.69356.8431.6723.53
Hex4F292B0302E451652018
Octal1175153060561055454030
Binary10011111010011010110110000101110100010110110010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,41,43); }

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

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

 a { background-color: rgb(79,41,43); }

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

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

 span { border-color: rgb(79,41,43); }

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