#473812

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

Shades of Madras #473812

Tints of Madras #473812

Color information

#473812 (or 0x473812) is unknown color: approx Madras. HEX triplet: 47, 38 and 12. RGB value is (71,56,18). Sum of RGB (Red+Green+Blue) = 71+56+18=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473812 is #B8C7ED. Grayscale: #383838. Windows color (decimal): -12109806 or 1194055. OLE color: 1194055.

HSL color Cylindrical-coordinate representation of color #473812: hue angle of 43.02º 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 #473812 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB715618-
CMYK00.210.750.72
HSL43.02º59.55%17.45%-
HSV(B)43.02º74.65%27.84%-
XYZ4.124.211.17-
YUV56.15106.47138.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=48.97%
G=38.62%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71561800.210.750.7243.0259.5517.45
Hex4738120154B482b3c11
Octal1077022025113110537421
Binary1000111111000100100101011001011100100010101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473812; }

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

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

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

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

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

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

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

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