#403517

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

Shades of Mikado #403517

Tints of Mikado #403517

Color information

#403517 (or 0x403517) is unknown color: approx Mikado. HEX triplet: 40, 35 and 17. RGB value is (64,53,23). Sum of RGB (Red+Green+Blue) = 64+53+23=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403517 is #BFCAE8. Grayscale: #353535. Windows color (decimal): -12569321 or 1520960. OLE color: 1520960.

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

Color convert

RGB645323-
CMYK00.170.640.75
HSL43.9º47.13%17.06%-
HSV(B)43.9º64.06%25.1%-
XYZ3.543.71.34-
YUV52.87111.14135.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=45.71%
G=37.86%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64532300.170.640.7543.947.1317.06
Hex403517011404B2c2f11
Octal1006527021100113545721
Binary1000000110101101110100011000000100101110110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403517; }

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

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

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

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

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

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

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

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