#403217

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

Shades of Mikado #403217

Tints of Mikado #403217

Color information

#403217 (or 0x403217) is unknown color: approx Mikado. HEX triplet: 40, 32 and 17. RGB value is (64,50,23). Sum of RGB (Red+Green+Blue) = 64+50+23=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403217 is #BFCDE8. Grayscale: #333333. Windows color (decimal): -12570089 or 1520192. OLE color: 1520192.

HSL color Cylindrical-coordinate representation of color #403217: hue angle of 39.51º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403217 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB645023-
CMYK00.220.640.75
HSL39.51º47.13%17.06%-
HSV(B)39.51º64.06%25.1%-
XYZ3.413.431.29-
YUV51.11112.14137.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 23 (9.38% from 255) = 16.79%
R=46.72%
G=36.50%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64502300.220.640.7539.5147.1317.06
Hex403217016404B282f11
Octal1006227026100113505721
Binary1000000110010101110101101000000100101110100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403217; }

 p { color: rgb(64,50,23); }

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

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

 a { background-color: rgb(64,50,23); }

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

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

 span { border-color: rgb(64,50,23); }

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