Html Css Color HEX #403311 Mikado

📋 copy color: '#403311'

red 64 ◦ green 51 ◦ blue 17

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

Shades of Mikado #403311

Tints of Mikado #403311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 48.48%
G = 38.64%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#403311 (or 0x403311) is known color: Mikado. HEX triplet: 40, 33 and 11. RGB value is (64,51,17). Sum of RGB (Red+Green+Blue) = 64+51+17=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403311 is #BFCCEE. Grayscale: #333333. Windows color (decimal): -12569839 or 1127232. OLE color: 1127232.

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

Color convert

RGB 64 51 17 -
CMYK 0 0.20 0.73 0.75
HSL 43.4º 0.58% 0.16% -
HSV(B) 43.4º 0.73% 0.25% -
XYZ 3.4 3.5 1.03 -
YUV 51.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 64 51 17 0 0.20 0.73 0.75 43.4 0.58 0.16
Hex 40 33 11 0 14 49 4B 2B 3A 10
Octal 100 63 21 0 24 111 113 53 72 20
Binary 1000000 110011 10001 0 10100 1001001 1001011 101011 111010 10000

Color Harmonies of #403311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403311

Black with #403311

Text Example


Text Example

White with #403311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403311; }

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

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

background-color css

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

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

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

border-color css

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

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

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