#472C2D

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

Shades of Heath #472C2D

Tints of Heath #472C2D

Color information

#472C2D (or 0x472C2D) is unknown color: approx Heath. HEX triplet: 47, 2C and 2D. RGB value is (71,44,45). Sum of RGB (Red+Green+Blue) = 71+44+45=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C2D is #B8D3D2. Grayscale: #343434. Windows color (decimal): -12112851 or 2960455. OLE color: 2960455.

HSL color Cylindrical-coordinate representation of color #472C2D: hue angle of 357.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C2D is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB714445-
CMYK00.380.370.72
HSL357.78º23.48%22.55%-
HSV(B)357.78º38.03%27.84%-
XYZ3.973.332.92-
YUV52.19123.95141.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=44.38%
G=27.5%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71444500.380.370.72357.7823.4822.55
Hex472C2D02625481661717
Octal1075455046451105462727
Binary1000111101100101101010011010010110010001011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472C2D; }

 p { color: rgb(71,44,45); }

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

<style>
 a { background-color: #472C2D; }

 a { background-color: rgb(71,44,45); }

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

<style>
 span { border-color: #472C2D; }

 span { border-color: rgb(71,44,45); }

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