#47451C

Color #47451C Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #47451C

Tints of Madras #47451C

Color information

#47451C (or 0x47451C) is unknown color: approx Madras. HEX triplet: 47, 45 and 1C. RGB value is (71,69,28). Sum of RGB (Red+Green+Blue) = 71+69+28=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451C is #B8BAE3. Grayscale: #414141. Windows color (decimal): -12106468 or 1852743. OLE color: 1852743.

HSL color Cylindrical-coordinate representation of color #47451C: hue angle of 57.21º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47451C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB716928-
CMYK00.030.610.72
HSL57.21º43.43%19.41%-
HSV(B)57.21º60.56%27.84%-
XYZ4.945.681.93-
YUV64.92107.16132.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=42.26%
G=41.07%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71692800.030.610.7257.2143.4319.41
Hex47451C033D48392b13
Octal107105340375110715323
Binary1000111100010111100011111101100100011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47451C; }

 p { color: rgb(71,69,28); }

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

<style>
 a { background-color: #47451C; }

 a { background-color: rgb(71,69,28); }

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

<style>
 span { border-color: #47451C; }

 span { border-color: rgb(71,69,28); }

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