#473202

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

Shades of Mikado #473202

Tints of Mikado #473202

Color information

#473202 (or 0x473202) is unknown color: approx Mikado. HEX triplet: 47, 32 and 02. RGB value is (71,50,2). Sum of RGB (Red+Green+Blue) = 71+50+2=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #473202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473202 is #B8CDFD. Grayscale: #333333. Windows color (decimal): -12111358 or 143943. OLE color: 143943.

HSL color Cylindrical-coordinate representation of color #473202: hue angle of 41.74º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #473202 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB71502-
CMYK00.300.970.72
HSL41.74º94.52%14.31%-
HSV(B)41.74º97.18%27.84%-
XYZ3.753.630.56-
YUV50.81100.46142.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=57.72%
G=40.65%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150200.300.970.7241.7494.5214.31
Hex4732201E61482a5fe
Octal1076220361411105213716
Binary1000111110010100111101100001100100010101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473202; }

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

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

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

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

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

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

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

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