#473A0E

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

Shades of Madras #473A0E

Tints of Madras #473A0E

Color information

#473A0E (or 0x473A0E) is unknown color: approx Madras. HEX triplet: 47, 3A and 0E. RGB value is (71,58,14). Sum of RGB (Red+Green+Blue) = 71+58+14=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A0E is #B8C5F1. Grayscale: #393939. Windows color (decimal): -12109298 or 932423. OLE color: 932423.

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

Color convert

RGB715814-
CMYK00.180.800.72
HSL46.32º67.06%16.67%-
HSV(B)46.32º80.28%27.84%-
XYZ4.194.41.04-
YUV56.87103.81138.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=49.65%
G=40.56%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71581400.180.800.7246.3267.0616.67
Hex473AE01250482e4311
Octal10772160221201105610321
Binary1000111111010111001001010100001001000101110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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