#474102

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

Shades of Madras #474102

Tints of Madras #474102

Color information

#474102 (or 0x474102) is unknown color: approx Madras. HEX triplet: 47, 41 and 02. RGB value is (71,65,2). Sum of RGB (Red+Green+Blue) = 71+65+2=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #474102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474102 is #B8BEFD. Grayscale: #3B3B3B. Windows color (decimal): -12107518 or 147783. OLE color: 147783.

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

Color convert

RGB71652-
CMYK00.080.970.72
HSL54.78º94.52%14.31%-
HSV(B)54.78º97.18%27.84%-
XYZ4.55.120.81-
YUV59.6195.49136.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=51.45%
G=47.10%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165200.080.970.7254.7894.5214.31
Hex47412086148375fe
Octal10710120101411106713716
Binary1000111100000110010001100001100100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474102; }

 p { color: rgb(71,65,2); }

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

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

 a { background-color: rgb(71,65,2); }

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

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

 span { border-color: rgb(71,65,2); }

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