Html Css Color HEX #4C272C Heath

📋 copy color: '#4C272C'

red 76 ◦ green 39 ◦ blue 44

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

Shades of Heath #4C272C

Tints of Heath #4C272C

RGB

 RED value IS 76 (30.08% from 255) = 47.8%

 GREEN value IS 39 (15.63% from 255) = 24.53%

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 47.8%
G = 24.53%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C272C (or 0x4C272C) is known color: Heath. HEX triplet: 4C, 27 and 2C. RGB value is (76,39,44). Sum of RGB (Red+Green+Blue) = 76+39+44=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C272C is #B3D8D3. Grayscale: #323232. Windows color (decimal): -11786452 or 2893644. OLE color: 2893644.

HSL color Cylindrical-coordinate representation of color #4C272C: hue angle of 351.89º 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 #4C272C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 39 44 -
CMYK 0 0.49 0.42 0.70
HSL 351.89º 0.32% 0.23% -
HSV(B) 351.89º 0.49% 0.3% -
XYZ 4.16 3.17 2.78 -
YUV 50.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 76 39 44 0 0.49 0.42 0.70 351.89 0.32 0.23
Hex 4C 27 2C 0 31 2A 46 160 20 17
Octal 114 47 54 0 61 52 106 540 40 27
Binary 1001100 100111 101100 0 110001 101010 1000110 101100000 100000 10111

Color Harmonies of #4C272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C272C

Black with #4C272C

Text Example


Text Example

White with #4C272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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