Html Css Color HEX #40361E Mikado

📋 copy color: '#40361E'

red 64 ◦ green 54 ◦ blue 30

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

Shades of Mikado #40361E

Tints of Mikado #40361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.49%

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 43.24%
G = 36.49%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#40361E (or 0x40361E) is known color: Mikado. HEX triplet: 40, 36 and 1E. RGB value is (64,54,30). Sum of RGB (Red+Green+Blue) = 64+54+30=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361E is #BFC9E1. Grayscale: #363636. Windows color (decimal): -12569058 or 1979968. OLE color: 1979968.

HSL color Cylindrical-coordinate representation of color #40361E: hue angle of 42.35º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40361E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 54 30 -
CMYK 0 0.16 0.53 0.75
HSL 42.35º 0.36% 0.18% -
HSV(B) 42.35º 0.53% 0.25% -
XYZ 3.67 3.82 1.77 -
YUV 54.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 64 54 30 0 0.16 0.53 0.75 42.35 0.36 0.18
Hex 40 36 1E 0 10 35 4B 2A 24 12
Octal 100 66 36 0 20 65 113 52 44 22
Binary 1000000 110110 11110 0 10000 110101 1001011 101010 100100 10010

Color Harmonies of #40361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40361E

Black with #40361E

Text Example


Text Example

White with #40361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,54,30); }

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

background-color css

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

 a { background-color: rgb(64,54,30); }

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

border-color css

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

 span { border-color: rgb(64,54,30); }

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