Html Css Color HEX #40361B Mikado

📋 copy color: '#40361B'

red 64 ◦ green 54 ◦ blue 27

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

Shades of Mikado #40361B

Tints of Mikado #40361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 44.14%
G = 37.24%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40361B (or 0x40361B) is known color: Mikado. HEX triplet: 40, 36 and 1B. RGB value is (64,54,27). Sum of RGB (Red+Green+Blue) = 64+54+27=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361B is #BFC9E4. Grayscale: #363636. Windows color (decimal): -12569061 or 1783360. OLE color: 1783360.

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

Color convert

RGB 64 54 27 -
CMYK 0 0.16 0.58 0.75
HSL 43.78º 0.41% 0.18% -
HSV(B) 43.78º 0.58% 0.25% -
XYZ 3.63 3.81 1.58 -
YUV 53.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 64 54 27 0 0.16 0.58 0.75 43.78 0.41 0.18
Hex 40 36 1B 0 10 3A 4B 2C 29 12
Octal 100 66 33 0 20 72 113 54 51 22
Binary 1000000 110110 11011 0 10000 111010 1001011 101100 101001 10010

Color Harmonies of #40361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40361B

Black with #40361B

Text Example


Text Example

White with #40361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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