#4F252A

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

Shades of Heath #4F252A

Tints of Heath #4F252A

Color information

#4F252A (or 0x4F252A) is unknown color: approx Heath. HEX triplet: 4F, 25 and 2A. RGB value is (79,37,42). Sum of RGB (Red+Green+Blue) = 79+37+42=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F252A is #B0DAD5. Grayscale: #323232. Windows color (decimal): -11590358 or 2762063. OLE color: 2762063.

HSL color Cylindrical-coordinate representation of color #4F252A: hue angle of 352.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F252A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB793742-
CMYK00.530.470.69
HSL352.86º36.21%22.75%-
HSV(B)352.86º53.16%30.98%-
XYZ4.33.152.57-
YUV50.13123.41148.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=50%
G=23.42%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79374200.530.470.69352.8636.2122.75
Hex4F252A0352F451612417
Octal1174552065571055414427
Binary10011111001011010100110101101111100010110110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,42); }

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

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

 a { background-color: rgb(79,37,42); }

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

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

 span { border-color: rgb(79,37,42); }

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