#403521

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

Shades of Mikado #403521

Tints of Mikado #403521

Color information

#403521 (or 0x403521) is unknown color: approx Mikado. HEX triplet: 40, 35 and 21. RGB value is (64,53,33). Sum of RGB (Red+Green+Blue) = 64+53+33=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403521 is #BFCADE. Grayscale: #363636. Windows color (decimal): -12569311 or 2176320. OLE color: 2176320.

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

Color convert

RGB645333-
CMYK00.170.480.75
HSL38.71º31.96%19.02%-
HSV(B)38.71º48.44%25.1%-
XYZ3.663.751.97-
YUV54.01116.14135.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 33 (13.28% from 255) = 22%
R=42.67%
G=35.33%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64533300.170.480.7538.7131.9619.02
Hex403521011304B272013
Octal100654102160113474023
Binary1000000110101100001010001110000100101110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403521; }

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

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

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

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

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

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

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

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