Html Css Color HEX #40381C Mikado

📋 copy color: '#40381C'

red 64 ◦ green 56 ◦ blue 28

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

Shades of Mikado #40381C

Tints of Mikado #40381C

RGB

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

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

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

R = 43.24%
G = 37.84%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40381C (or 0x40381C) is known color: Mikado. HEX triplet: 40, 38 and 1C. RGB value is (64,56,28). Sum of RGB (Red+Green+Blue) = 64+56+28=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40381C is #BFC7E3. Grayscale: #373737. Windows color (decimal): -12568548 or 1849408. OLE color: 1849408.

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

Color convert

RGB 64 56 28 -
CMYK 0 0.13 0.56 0.75
HSL 46.67º 0.39% 0.18% -
HSV(B) 46.67º 0.56% 0.25% -
XYZ 3.74 4 1.67 -
YUV 55.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 64 56 28 0 0.13 0.56 0.75 46.67 0.39 0.18
Hex 40 38 1C 0 D 38 4B 2F 27 12
Octal 100 70 34 0 15 70 113 57 47 22
Binary 1000000 111000 11100 0 1101 111000 1001011 101111 100111 10010

Color Harmonies of #40381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40381C

Black with #40381C

Text Example


Text Example

White with #40381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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