#473A12

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

Shades of Madras #473A12

Tints of Madras #473A12

Color information

#473A12 (or 0x473A12) is unknown color: approx Madras. HEX triplet: 47, 3A and 12. RGB value is (71,58,18). Sum of RGB (Red+Green+Blue) = 71+58+18=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A12 is #B8C5ED. Grayscale: #393939. Windows color (decimal): -12109294 or 1194567. OLE color: 1194567.

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

Color convert

RGB715818-
CMYK00.180.750.72
HSL45.28º59.55%17.45%-
HSV(B)45.28º74.65%27.84%-
XYZ4.224.411.2-
YUV57.33105.81137.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=48.30%
G=39.46%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71581800.180.750.7245.2859.5517.45
Hex473A120124B482d3c11
Octal1077222022113110557421
Binary1000111111010100100100101001011100100010110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A12; }

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

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

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

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

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

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

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

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