Html Css Color HEX #403511 Mikado

📋 copy color: '#403511'

red 64 ◦ green 53 ◦ blue 17

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

Shades of Mikado #403511

Tints of Mikado #403511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 47.76%
G = 39.55%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#403511 (or 0x403511) is known color: Mikado. HEX triplet: 40, 35 and 11. RGB value is (64,53,17). Sum of RGB (Red+Green+Blue) = 64+53+17=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403511 is #BFCAEE. Grayscale: #343434. Windows color (decimal): -12569327 or 1127744. OLE color: 1127744.

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

Color convert

RGB 64 53 17 -
CMYK 0 0.17 0.73 0.75
HSL 45.96º 0.58% 0.16% -
HSV(B) 45.96º 0.73% 0.25% -
XYZ 3.49 3.68 1.06 -
YUV 52.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 64 53 17 0 0.17 0.73 0.75 45.96 0.58 0.16
Hex 40 35 11 0 11 49 4B 2E 3A 10
Octal 100 65 21 0 21 111 113 56 72 20
Binary 1000000 110101 10001 0 10001 1001001 1001011 101110 111010 10000

Color Harmonies of #403511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403511

Black with #403511

Text Example


Text Example

White with #403511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403511; }

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

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

background-color css

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

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

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

border-color css

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

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

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