Html Css Color HEX #40300F Mikado

📋 copy color: '#40300F'

red 64 ◦ green 48 ◦ blue 15

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

Shades of Mikado #40300F

Tints of Mikado #40300F

RGB

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

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

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

R = 50.39%
G = 37.8%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40300F (or 0x40300F) is known color: Mikado. HEX triplet: 40, 30 and 0F. RGB value is (64,48,15). Sum of RGB (Red+Green+Blue) = 64+48+15=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40300F is #BFCFF0. Grayscale: #313131. Windows color (decimal): -12570609 or 995392. OLE color: 995392.

HSL color Cylindrical-coordinate representation of color #40300F: hue angle of 40.41º 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 #40300F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 48 15 -
CMYK 0 0.25 0.77 0.75
HSL 40.41º 0.62% 0.15% -
HSV(B) 40.41º 0.77% 0.25% -
XYZ 3.26 3.24 0.91 -
YUV 49.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 64 48 15 0 0.25 0.77 0.75 40.41 0.62 0.15
Hex 40 30 F 0 19 4D 4B 28 3E F
Octal 100 60 17 0 31 115 113 50 76 17
Binary 1000000 110000 1111 0 11001 1001101 1001011 101000 111110 1111

Color Harmonies of #40300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40300F

Black with #40300F

Text Example


Text Example

White with #40300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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