#473207

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

Shades of Mikado #473207

Tints of Mikado #473207

Color information

#473207 (or 0x473207) is unknown color: approx Mikado. HEX triplet: 47, 32 and 07. RGB value is (71,50,7). Sum of RGB (Red+Green+Blue) = 71+50+7=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473207 is #B8CDF8. Grayscale: #333333. Windows color (decimal): -12111353 or 471623. OLE color: 471623.

HSL color Cylindrical-coordinate representation of color #473207: hue angle of 40.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #473207 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71507-
CMYK00.300.900.72
HSL40.31º82.05%15.29%-
HSV(B)40.31º90.14%27.84%-
XYZ3.783.640.7-
YUV51.38102.96142-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=55.47%
G=39.06%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150700.300.900.7240.3182.0515.29
Hex4732701E5A482852f
Octal1076270361321105012217
Binary10001111100101110111101011010100100010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473207; }

 p { color: rgb(71,50,7); }

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

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

 a { background-color: rgb(71,50,7); }

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

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

 span { border-color: rgb(71,50,7); }

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