Html Css Color HEX #402D09 Mikado

📋 copy color: '#402D09'

red 64 ◦ green 45 ◦ blue 9

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

Shades of Mikado #402D09

Tints of Mikado #402D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 38.14%

 BLUE value IS 9 (3.91% from 255) = 7.63%

R = 54.24%
G = 38.14%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402D09 (or 0x402D09) is known color: Mikado. HEX triplet: 40, 2D and 09. RGB value is (64,45,9). Sum of RGB (Red+Green+Blue) = 64+45+9=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D09 is #BFD2F6. Grayscale: #2E2E2E. Windows color (decimal): -12571383 or 601408. OLE color: 601408.

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

Color convert

RGB 64 45 9 -
CMYK 0 0.30 0.86 0.75
HSL 39.27º 0.75% 0.14% -
HSV(B) 39.27º 0.86% 0.25% -
XYZ 3.1 2.99 0.67 -
YUV 46.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 64 45 9 0 0.30 0.86 0.75 39.27 0.75 0.14
Hex 40 2D 9 0 1E 56 4B 27 4B E
Octal 100 55 11 0 36 126 113 47 113 16
Binary 1000000 101101 1001 0 11110 1010110 1001011 100111 1001011 1110

Color Harmonies of #402D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D09

Black with #402D09

Text Example


Text Example

White with #402D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402D09; }

 p { color: rgb(64,45,9); }

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

background-color css

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

 a { background-color: rgb(64,45,9); }

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

border-color css

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

 span { border-color: rgb(64,45,9); }

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