#473A0F

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

Shades of Madras #473A0F

Tints of Madras #473A0F

Color information

#473A0F (or 0x473A0F) is unknown color: approx Madras. HEX triplet: 47, 3A and 0F. RGB value is (71,58,15). Sum of RGB (Red+Green+Blue) = 71+58+15=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A0F is #B8C5F0. Grayscale: #393939. Windows color (decimal): -12109297 or 997959. OLE color: 997959.

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

Color convert

RGB715815-
CMYK00.180.790.72
HSL46.07º65.12%16.86%-
HSV(B)46.07º78.87%27.84%-
XYZ4.24.41.08-
YUV56.98104.31138-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=49.31%
G=40.28%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71581500.180.790.7246.0765.1216.86
Hex473AF0124F482e4111
Octal10772170221171105610121
Binary1000111111010111101001010011111001000101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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