Html Css Color HEX #403421 Mikado

📋 copy color: '#403421'

red 64 ◦ green 52 ◦ blue 33

#403421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #403421

Tints of Mikado #403421

RGB

 RED value IS 64 (25.39% from 255) = 42.95%

 GREEN value IS 52 (20.7% from 255) = 34.9%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 42.95%
G = 34.9%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#403421 (or 0x403421) is known color: Mikado. HEX triplet: 40, 34 and 21. RGB value is (64,52,33). Sum of RGB (Red+Green+Blue) = 64+52+33=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403421 is #BFCBDE. Grayscale: #353535. Windows color (decimal): -12569567 or 2176064. OLE color: 2176064.

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

Color convert

RGB 64 52 33 -
CMYK 0 0.19 0.48 0.75
HSL 36.77º 0.32% 0.19% -
HSV(B) 36.77º 0.48% 0.25% -
XYZ 3.62 3.66 1.95 -
YUV 53.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 64 52 33 0 0.19 0.48 0.75 36.77 0.32 0.19
Hex 40 34 21 0 13 30 4B 25 20 13
Octal 100 64 41 0 23 60 113 45 40 23
Binary 1000000 110100 100001 0 10011 110000 1001011 100101 100000 10011

Color Harmonies of #403421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403421

Black with #403421

Text Example


Text Example

White with #403421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403421; }

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

 H1.HeaderClassName
 {
   color: #403421;
 }
 .AnyTagClassName
 {
   color: #403421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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