#473A01

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

Shades of Madras #473A01

Tints of Madras #473A01

Color information

#473A01 (or 0x473A01) is unknown color: approx Madras. HEX triplet: 47, 3A and 01. RGB value is (71,58,1). Sum of RGB (Red+Green+Blue) = 71+58+1=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #473A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A01 is #B8C5FE. Grayscale: #373737. Windows color (decimal): -12109311 or 80455. OLE color: 80455.

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

Color convert

RGB71581-
CMYK00.180.990.72
HSL48.86º97.22%14.12%-
HSV(B)48.86º98.59%27.84%-
XYZ4.124.370.65-
YUV55.3997.31139.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=54.62%
G=44.62%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7158100.180.990.7248.8697.2214.12
Hex473A101263483161e
Octal1077210221431106114116
Binary100011111101010100101100011100100011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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