#47451A

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

Shades of Madras #47451A

Tints of Madras #47451A

Color information

#47451A (or 0x47451A) is unknown color: approx Madras. HEX triplet: 47, 45 and 1A. RGB value is (71,69,26). Sum of RGB (Red+Green+Blue) = 71+69+26=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451A is #B8BAE5. Grayscale: #404040. Windows color (decimal): -12106470 or 1721671. OLE color: 1721671.

HSL color Cylindrical-coordinate representation of color #47451A: hue angle of 57.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47451A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB716926-
CMYK00.030.630.72
HSL57.33º46.39%19.02%-
HSV(B)57.33º63.38%27.84%-
XYZ4.915.671.81-
YUV64.7106.16132.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=42.77%
G=41.57%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71692600.030.630.7257.3346.3919.02
Hex47451A033F48392e13
Octal107105320377110715623
Binary1000111100010111010011111111100100011100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47451A; }

 p { color: rgb(71,69,26); }

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

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

 a { background-color: rgb(71,69,26); }

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

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

 span { border-color: rgb(71,69,26); }

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