Html Css Color HEX #403713 Mikado

📋 copy color: '#403713'

red 64 ◦ green 55 ◦ blue 19

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

Shades of Mikado #403713

Tints of Mikado #403713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 46.38%
G = 39.86%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#403713 (or 0x403713) is known color: Mikado. HEX triplet: 40, 37 and 13. RGB value is (64,55,19). Sum of RGB (Red+Green+Blue) = 64+55+19=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403713 is #BFC8EC. Grayscale: #353535. Windows color (decimal): -12568813 or 1259328. OLE color: 1259328.

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

Color convert

RGB 64 55 19 -
CMYK 0 0.14 0.70 0.75
HSL 48º 0.54% 0.16% -
HSV(B) 48º 0.7% 0.25% -
XYZ 3.6 3.87 1.17 -
YUV 53.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 64 55 19 0 0.14 0.70 0.75 48 0.54 0.16
Hex 40 37 13 0 E 46 4B 30 36 10
Octal 100 67 23 0 16 106 113 60 66 20
Binary 1000000 110111 10011 0 1110 1000110 1001011 110000 110110 10000

Color Harmonies of #403713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403713

Black with #403713

Text Example


Text Example

White with #403713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403713; }

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

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

background-color css

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

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

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

border-color css

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

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

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