#4C272B

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

Shades of Heath #4C272B

Tints of Heath #4C272B

Color information

#4C272B (or 0x4C272B) is unknown color: approx Heath. HEX triplet: 4C, 27 and 2B. RGB value is (76,39,43). Sum of RGB (Red+Green+Blue) = 76+39+43=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C272B is #B3D8D4. Grayscale: #323232. Windows color (decimal): -11786453 or 2828108. OLE color: 2828108.

HSL color Cylindrical-coordinate representation of color #4C272B: hue angle of 353.51º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C272B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB763943-
CMYK00.490.430.70
HSL353.51º32.17%22.55%-
HSV(B)353.51º48.68%29.8%-
XYZ4.143.162.68-
YUV50.52123.76146.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.10%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=48.10%
G=24.68%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76394300.490.430.70353.5132.1722.55
Hex4C272B0312B461622017
Octal1144753061531065424027
Binary10011001001111010110110001101011100011010110001010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,39,43); }

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

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

 a { background-color: rgb(76,39,43); }

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

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

 span { border-color: rgb(76,39,43); }

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