Html Css Color HEX #40361A Mikado

📋 copy color: '#40361A'

red 64 ◦ green 54 ◦ blue 26

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

Shades of Mikado #40361A

Tints of Mikado #40361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 44.44%
G = 37.5%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40361A (or 0x40361A) is known color: Mikado. HEX triplet: 40, 36 and 1A. RGB value is (64,54,26). Sum of RGB (Red+Green+Blue) = 64+54+26=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361A is #BFC9E5. Grayscale: #353535. Windows color (decimal): -12569062 or 1717824. OLE color: 1717824.

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

Color convert

RGB 64 54 26 -
CMYK 0 0.16 0.59 0.75
HSL 44.21º 0.42% 0.18% -
HSV(B) 44.21º 0.59% 0.25% -
XYZ 3.62 3.8 1.52 -
YUV 53.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 64 54 26 0 0.16 0.59 0.75 44.21 0.42 0.18
Hex 40 36 1A 0 10 3B 4B 2C 2A 12
Octal 100 66 32 0 20 73 113 54 52 22
Binary 1000000 110110 11010 0 10000 111011 1001011 101100 101010 10010

Color Harmonies of #40361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40361A

Black with #40361A

Text Example


Text Example

White with #40361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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