#474319

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

Shades of Madras #474319

Tints of Madras #474319

Color information

#474319 (or 0x474319) is unknown color: approx Madras. HEX triplet: 47, 43 and 19. RGB value is (71,67,25). Sum of RGB (Red+Green+Blue) = 71+67+25=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #474319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474319 is #B8BCE6. Grayscale: #3F3F3F. Windows color (decimal): -12106983 or 1655623. OLE color: 1655623.

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

Color convert

RGB716725-
CMYK00.060.650.72
HSL54.78º47.92%18.82%-
HSV(B)54.78º64.79%27.84%-
XYZ4.785.421.71-
YUV63.41106.33133.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=43.56%
G=41.10%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71672500.060.650.7254.7847.9218.82
Hex474319064148373013
Octal1071033106101110676023
Binary100011110000111100101101000001100100011011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474319; }

 p { color: rgb(71,67,25); }

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

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

 a { background-color: rgb(71,67,25); }

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

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

 span { border-color: rgb(71,67,25); }

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