#403417

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

Shades of Mikado #403417

Tints of Mikado #403417

Color information

#403417 (or 0x403417) is unknown color: approx Mikado. HEX triplet: 40, 34 and 17. RGB value is (64,52,23). Sum of RGB (Red+Green+Blue) = 64+52+23=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403417 is #BFCBE8. Grayscale: #343434. Windows color (decimal): -12569577 or 1520704. OLE color: 1520704.

HSL color Cylindrical-coordinate representation of color #403417: hue angle of 42.44º 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 #403417 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB645223-
CMYK00.190.640.75
HSL42.44º47.13%17.06%-
HSV(B)42.44º64.06%25.1%-
XYZ3.53.611.32-
YUV52.28111.48136.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=46.04%
G=37.41%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64522300.190.640.7542.4447.1317.06
Hex403417013404B2a2f11
Octal1006427023100113525721
Binary1000000110100101110100111000000100101110101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403417; }

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

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

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

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

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

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

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

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