#4F2F30

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

Shades of Heath #4F2F30

Tints of Heath #4F2F30

Color information

#4F2F30 (or 0x4F2F30) is unknown color: approx Heath. HEX triplet: 4F, 2F and 30. RGB value is (79,47,48). Sum of RGB (Red+Green+Blue) = 79+47+48=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F30 is #B0D0CF. Grayscale: #383838. Windows color (decimal): -11587792 or 3157839. OLE color: 3157839.

HSL color Cylindrical-coordinate representation of color #4F2F30: hue angle of 358.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F2F30 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB794748-
CMYK00.410.390.69
HSL358.12º25.4%24.71%-
HSV(B)358.12º40.51%30.98%-
XYZ4.773.913.3-
YUV56.68123.1143.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=45.40%
G=27.01%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79474800.410.390.69358.1225.424.71
Hex4F2F3002927451661919
Octal1175760051471055463131
Binary1001111101111110000010100110011110001011011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,48); }

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

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

 a { background-color: rgb(79,47,48); }

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

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

 span { border-color: rgb(79,47,48); }

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