Html Css Color HEX #40361F Mikado

📋 copy color: '#40361F'

red 64 ◦ green 54 ◦ blue 31

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

Shades of Mikado #40361F

Tints of Mikado #40361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 42.95%
G = 36.24%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40361F (or 0x40361F) is known color: Mikado. HEX triplet: 40, 36 and 1F. RGB value is (64,54,31). Sum of RGB (Red+Green+Blue) = 64+54+31=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40361F is #BFC9E0. Grayscale: #363636. Windows color (decimal): -12569057 or 2045504. OLE color: 2045504.

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

Color convert

RGB 64 54 31 -
CMYK 0 0.16 0.52 0.75
HSL 41.82º 0.35% 0.19% -
HSV(B) 41.82º 0.52% 0.25% -
XYZ 3.68 3.83 1.84 -
YUV 54.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 64 54 31 0 0.16 0.52 0.75 41.82 0.35 0.19
Hex 40 36 1F 0 10 34 4B 2A 23 13
Octal 100 66 37 0 20 64 113 52 43 23
Binary 1000000 110110 11111 0 10000 110100 1001011 101010 100011 10011

Color Harmonies of #40361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40361F

Black with #40361F

Text Example


Text Example

White with #40361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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