#403317

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

Shades of Mikado #403317

Tints of Mikado #403317

Color information

#403317 (or 0x403317) is unknown color: approx Mikado. HEX triplet: 40, 33 and 17. RGB value is (64,51,23). Sum of RGB (Red+Green+Blue) = 64+51+23=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403317 is #BFCCE8. Grayscale: #333333. Windows color (decimal): -12569833 or 1520448. OLE color: 1520448.

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

Color convert

RGB645123-
CMYK00.200.640.75
HSL40.98º47.13%17.06%-
HSV(B)40.98º64.06%25.1%-
XYZ3.453.521.31-
YUV51.69111.81136.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=46.38%
G=36.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64512300.200.640.7540.9847.1317.06
Hex403317014404B292f11
Octal1006327024100113515721
Binary1000000110011101110101001000000100101110100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403317; }

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

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

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

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

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

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

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

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