Html Css Color HEX #40361C Mikado

📋 copy color: '#40361C'

red 64 ◦ green 54 ◦ blue 28

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

Shades of Mikado #40361C

Tints of Mikado #40361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 43.84%
G = 36.99%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40361C (or 0x40361C) is known color: Mikado. HEX triplet: 40, 36 and 1C. RGB value is (64,54,28). Sum of RGB (Red+Green+Blue) = 64+54+28=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361C is #BFC9E3. Grayscale: #363636. Windows color (decimal): -12569060 or 1848896. OLE color: 1848896.

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

Color convert

RGB 64 54 28 -
CMYK 0 0.16 0.56 0.75
HSL 43.33º 0.39% 0.18% -
HSV(B) 43.33º 0.56% 0.25% -
XYZ 3.64 3.81 1.64 -
YUV 54.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 64 54 28 0 0.16 0.56 0.75 43.33 0.39 0.18
Hex 40 36 1C 0 10 38 4B 2B 27 12
Octal 100 66 34 0 20 70 113 53 47 22
Binary 1000000 110110 11100 0 10000 111000 1001011 101011 100111 10010

Color Harmonies of #40361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40361C

Black with #40361C

Text Example


Text Example

White with #40361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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