#473912

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

Shades of Madras #473912

Tints of Madras #473912

Color information

#473912 (or 0x473912) is unknown color: approx Madras. HEX triplet: 47, 39 and 12. RGB value is (71,57,18). Sum of RGB (Red+Green+Blue) = 71+57+18=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473912 is #B8C6ED. Grayscale: #383838. Windows color (decimal): -12109550 or 1194311. OLE color: 1194311.

HSL color Cylindrical-coordinate representation of color #473912: hue angle of 44.15º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473912 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB715718-
CMYK00.200.750.72
HSL44.15º59.55%17.45%-
HSV(B)44.15º74.65%27.84%-
XYZ4.174.311.18-
YUV56.74106.14138.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=48.63%
G=39.04%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71571800.200.750.7244.1559.5517.45
Hex4739120144B482c3c11
Octal1077122024113110547421
Binary1000111111001100100101001001011100100010110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473912; }

 p { color: rgb(71,57,18); }

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

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

 a { background-color: rgb(71,57,18); }

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

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

 span { border-color: rgb(71,57,18); }

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