Html Css Color HEX #402E0F Mikado

📋 copy color: '#402E0F'

red 64 ◦ green 46 ◦ blue 15

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

Shades of Mikado #402E0F

Tints of Mikado #402E0F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.8%

 BLUE value IS 15 (6.25% from 255) = 12%

R = 51.2%
G = 36.8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#402E0F (or 0x402E0F) is known color: Mikado. HEX triplet: 40, 2E and 0F. RGB value is (64,46,15). Sum of RGB (Red+Green+Blue) = 64+46+15=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #402E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E0F is #BFD1F0. Grayscale: #2F2F2F. Windows color (decimal): -12571121 or 994880. OLE color: 994880.

HSL color Cylindrical-coordinate representation of color #402E0F: hue angle of 37.96º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402E0F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 46 15 -
CMYK 0 0.28 0.77 0.75
HSL 37.96º 0.62% 0.15% -
HSV(B) 37.96º 0.77% 0.25% -
XYZ 3.18 3.08 0.88 -
YUV 47.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 64 46 15 0 0.28 0.77 0.75 37.96 0.62 0.15
Hex 40 2E F 0 1C 4D 4B 26 3E F
Octal 100 56 17 0 34 115 113 46 76 17
Binary 1000000 101110 1111 0 11100 1001101 1001011 100110 111110 1111

Color Harmonies of #402E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E0F

Black with #402E0F

Text Example


Text Example

White with #402E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,46,15); }

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

background-color css

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

 a { background-color: rgb(64,46,15); }

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

border-color css

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

 span { border-color: rgb(64,46,15); }

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