Html Css Color HEX #403712 Mikado

📋 copy color: '#403712'

red 64 ◦ green 55 ◦ blue 18

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

Shades of Mikado #403712

Tints of Mikado #403712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 46.72%
G = 40.15%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#403712 (or 0x403712) is known color: Mikado. HEX triplet: 40, 37 and 12. RGB value is (64,55,18). Sum of RGB (Red+Green+Blue) = 64+55+18=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403712 is #BFC8ED. Grayscale: #353535. Windows color (decimal): -12568814 or 1193792. OLE color: 1193792.

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

Color convert

RGB 64 55 18 -
CMYK 0 0.14 0.72 0.75
HSL 48.26º 0.56% 0.16% -
HSV(B) 48.26º 0.72% 0.25% -
XYZ 3.59 3.87 1.13 -
YUV 53.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 64 55 18 0 0.14 0.72 0.75 48.26 0.56 0.16
Hex 40 37 12 0 E 48 4B 30 38 10
Octal 100 67 22 0 16 110 113 60 70 20
Binary 1000000 110111 10010 0 1110 1001000 1001011 110000 111000 10000

Color Harmonies of #403712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403712

Black with #403712

Text Example


Text Example

White with #403712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403712; }

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

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

background-color css

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

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

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

border-color css

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

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

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