#473818

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

Shades of Mikado #473818

Tints of Mikado #473818

Color information

#473818 (or 0x473818) is unknown color: approx Mikado. HEX triplet: 47, 38 and 18. RGB value is (71,56,24). Sum of RGB (Red+Green+Blue) = 71+56+24=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473818 is #B8C7E7. Grayscale: #383838. Windows color (decimal): -12109800 or 1587271. OLE color: 1587271.

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

Color convert

RGB715624-
CMYK00.210.660.72
HSL40.85º49.47%18.63%-
HSV(B)40.85º66.2%27.84%-
XYZ4.184.231.46-
YUV56.84109.47138.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=47.02%
G=37.09%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71562400.210.660.7240.8549.4718.63
Hex4738180154248293113
Octal1077030025102110516123
Binary1000111111000110000101011000010100100010100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473818; }

 p { color: rgb(71,56,24); }

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

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

 a { background-color: rgb(71,56,24); }

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

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

 span { border-color: rgb(71,56,24); }

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