#403621

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

Shades of Mikado #403621

Tints of Mikado #403621

Color information

#403621 (or 0x403621) is unknown color: approx Mikado. HEX triplet: 40, 36 and 21. RGB value is (64,54,33). Sum of RGB (Red+Green+Blue) = 64+54+33=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403621 is #BFC9DE. Grayscale: #363636. Windows color (decimal): -12569055 or 2176576. OLE color: 2176576.

HSL color Cylindrical-coordinate representation of color #403621: hue angle of 40.65º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403621 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB645433-
CMYK00.160.480.75
HSL40.65º31.96%19.02%-
HSV(B)40.65º48.44%25.1%-
XYZ3.713.841.98-
YUV54.6115.81134.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=42.38%
G=35.76%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64543300.160.480.7540.6531.9619.02
Hex403621010304B292013
Octal100664102060113514023
Binary1000000110110100001010000110000100101110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403621; }

 p { color: rgb(64,54,33); }

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

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

 a { background-color: rgb(64,54,33); }

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

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

 span { border-color: rgb(64,54,33); }

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