Html Css Color HEX #40381F Mikado

📋 copy color: '#40381F'

red 64 ◦ green 56 ◦ blue 31

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

Shades of Mikado #40381F

Tints of Mikado #40381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.09%

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

R = 42.38%
G = 37.09%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40381F (or 0x40381F) is known color: Mikado. HEX triplet: 40, 38 and 1F. RGB value is (64,56,31). Sum of RGB (Red+Green+Blue) = 64+56+31=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40381F is #BFC7E0. Grayscale: #373737. Windows color (decimal): -12568545 or 2046016. OLE color: 2046016.

HSL color Cylindrical-coordinate representation of color #40381F: hue angle of 45.45º 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 #40381F is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 31 -
CMYK 0 0.13 0.52 0.75
HSL 45.45º 0.35% 0.19% -
HSV(B) 45.45º 0.52% 0.25% -
XYZ 3.78 4.02 1.87 -
YUV 55.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 64 56 31 0 0.13 0.52 0.75 45.45 0.35 0.19
Hex 40 38 1F 0 D 34 4B 2D 23 13
Octal 100 70 37 0 15 64 113 55 43 23
Binary 1000000 111000 11111 0 1101 110100 1001011 101101 100011 10011

Color Harmonies of #40381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40381F

Black with #40381F

Text Example


Text Example

White with #40381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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