#473A0C

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

Shades of Madras #473A0C

Tints of Madras #473A0C

Color information

#473A0C (or 0x473A0C) is unknown color: approx Madras. HEX triplet: 47, 3A and 0C. RGB value is (71,58,12). Sum of RGB (Red+Green+Blue) = 71+58+12=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A0C is #B8C5F3. Grayscale: #383838. Windows color (decimal): -12109300 or 801351. OLE color: 801351.

HSL color Cylindrical-coordinate representation of color #473A0C: hue angle of 46.78º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #473A0C is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB715812-
CMYK00.180.830.72
HSL46.78º71.08%16.27%-
HSV(B)46.78º83.1%27.84%-
XYZ4.184.390.98-
YUV56.64102.81138.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=50.35%
G=41.13%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71581200.180.830.7246.7871.0816.27
Hex473AC01253482f4710
Octal10772140221231105710720
Binary1000111111010110001001010100111001000101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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