Html Css Color HEX #403513 Mikado

📋 copy color: '#403513'

red 64 ◦ green 53 ◦ blue 19

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

Shades of Mikado #403513

Tints of Mikado #403513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.97%

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

R = 47.06%
G = 38.97%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#403513 (or 0x403513) is known color: Mikado. HEX triplet: 40, 35 and 13. RGB value is (64,53,19). Sum of RGB (Red+Green+Blue) = 64+53+19=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403513 is #BFCAEC. Grayscale: #343434. Windows color (decimal): -12569325 or 1258816. OLE color: 1258816.

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

Color convert

RGB 64 53 19 -
CMYK 0 0.17 0.70 0.75
HSL 45.33º 0.54% 0.16% -
HSV(B) 45.33º 0.7% 0.25% -
XYZ 3.5 3.68 1.14 -
YUV 52.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 64 53 19 0 0.17 0.70 0.75 45.33 0.54 0.16
Hex 40 35 13 0 11 46 4B 2D 36 10
Octal 100 65 23 0 21 106 113 55 66 20
Binary 1000000 110101 10011 0 10001 1000110 1001011 101101 110110 10000

Color Harmonies of #403513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403513

Black with #403513

Text Example


Text Example

White with #403513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403513; }

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

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

background-color css

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

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

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

border-color css

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

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

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