#473514

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

Shades of Mikado #473514

Tints of Mikado #473514

Color information

#473514 (or 0x473514) is unknown color: approx Mikado. HEX triplet: 47, 35 and 14. RGB value is (71,53,20). Sum of RGB (Red+Green+Blue) = 71+53+20=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473514 is #B8CAEB. Grayscale: #363636. Windows color (decimal): -12110572 or 1324359. OLE color: 1324359.

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

Color convert

RGB715320-
CMYK00.250.720.72
HSL38.82º56.04%17.84%-
HSV(B)38.82º71.83%27.84%-
XYZ43.941.21-
YUV54.62108.46139.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=49.31%
G=36.81%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71532000.250.720.7238.8256.0417.84
Hex4735140194848273812
Octal1076524031110110477022
Binary1000111110101101000110011001000100100010011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473514; }

 p { color: rgb(71,53,20); }

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

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

 a { background-color: rgb(71,53,20); }

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

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

 span { border-color: rgb(71,53,20); }

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