Html Css Color HEX #40300E Mikado

📋 copy color: '#40300E'

red 64 ◦ green 48 ◦ blue 14

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

Shades of Mikado #40300E

Tints of Mikado #40300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 14 (5.86% from 255) = 11.11%

R = 50.79%
G = 38.1%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40300E (or 0x40300E) is known color: Mikado. HEX triplet: 40, 30 and 0E. RGB value is (64,48,14). Sum of RGB (Red+Green+Blue) = 64+48+14=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40300E is #BFCFF1. Grayscale: #313131. Windows color (decimal): -12570610 or 929856. OLE color: 929856.

HSL color Cylindrical-coordinate representation of color #40300E: hue angle of 40.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40300E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 48 14 -
CMYK 0 0.25 0.78 0.75
HSL 40.8º 0.64% 0.15% -
HSV(B) 40.8º 0.78% 0.25% -
XYZ 3.25 3.24 0.87 -
YUV 48.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 64 48 14 0 0.25 0.78 0.75 40.8 0.64 0.15
Hex 40 30 E 0 19 4E 4B 29 40 F
Octal 100 60 16 0 31 116 113 51 100 17
Binary 1000000 110000 1110 0 11001 1001110 1001011 101001 1000000 1111

Color Harmonies of #40300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40300E

Black with #40300E

Text Example


Text Example

White with #40300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40300E; }

 p { color: rgb(64,48,14); }

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

background-color css

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

 a { background-color: rgb(64,48,14); }

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

border-color css

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

 span { border-color: rgb(64,48,14); }

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