Html Css Color HEX #40300C Mikado

📋 copy color: '#40300C'

red 64 ◦ green 48 ◦ blue 12

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

Shades of Mikado #40300C

Tints of Mikado #40300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 51.61%
G = 38.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40300C (or 0x40300C) is known color: Mikado. HEX triplet: 40, 30 and 0C. RGB value is (64,48,12). Sum of RGB (Red+Green+Blue) = 64+48+12=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40300C is #BFCFF3. Grayscale: #303030. Windows color (decimal): -12570612 or 798784. OLE color: 798784.

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

Color convert

RGB 64 48 12 -
CMYK 0 0.25 0.81 0.75
HSL 41.54º 0.68% 0.15% -
HSV(B) 41.54º 0.81% 0.25% -
XYZ 3.24 3.23 0.8 -
YUV 48.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 64 48 12 0 0.25 0.81 0.75 41.54 0.68 0.15
Hex 40 30 C 0 19 51 4B 2A 44 F
Octal 100 60 14 0 31 121 113 52 104 17
Binary 1000000 110000 1100 0 11001 1010001 1001011 101010 1000100 1111

Color Harmonies of #40300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40300C

Black with #40300C

Text Example


Text Example

White with #40300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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