Html Css Color HEX #403715 Mikado

📋 copy color: '#403715'

red 64 ◦ green 55 ◦ blue 21

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

Shades of Mikado #403715

Tints of Mikado #403715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 45.71%
G = 39.29%
B = 15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#403715 (or 0x403715) is known color: Mikado. HEX triplet: 40, 37 and 15. RGB value is (64,55,21). Sum of RGB (Red+Green+Blue) = 64+55+21=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403715 is #BFC8EA. Grayscale: #353535. Windows color (decimal): -12568811 or 1390400. OLE color: 1390400.

HSL color Cylindrical-coordinate representation of color #403715: hue angle of 47.44º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403715 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 21 -
CMYK 0 0.14 0.67 0.75
HSL 47.44º 0.51% 0.17% -
HSV(B) 47.44º 0.67% 0.25% -
XYZ 3.62 3.88 1.27 -
YUV 53.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 64 55 21 0 0.14 0.67 0.75 47.44 0.51 0.17
Hex 40 37 15 0 E 43 4B 2F 33 11
Octal 100 67 25 0 16 103 113 57 63 21
Binary 1000000 110111 10101 0 1110 1000011 1001011 101111 110011 10001

Color Harmonies of #403715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403715

Black with #403715

Text Example


Text Example

White with #403715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403715; }

 p { color: rgb(64,55,21); }

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

background-color css

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

 a { background-color: rgb(64,55,21); }

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

border-color css

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

 span { border-color: rgb(64,55,21); }

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