Html Css Color HEX #40381A Mikado

📋 copy color: '#40381A'

red 64 ◦ green 56 ◦ blue 26

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

Shades of Mikado #40381A

Tints of Mikado #40381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 43.84%
G = 38.36%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40381A (or 0x40381A) is known color: Mikado. HEX triplet: 40, 38 and 1A. RGB value is (64,56,26). Sum of RGB (Red+Green+Blue) = 64+56+26=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40381A is #BFC7E5. Grayscale: #373737. Windows color (decimal): -12568550 or 1718336. OLE color: 1718336.

HSL color Cylindrical-coordinate representation of color #40381A: hue angle of 47.37º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40381A is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 26 -
CMYK 0 0.13 0.59 0.75
HSL 47.37º 0.42% 0.18% -
HSV(B) 47.37º 0.59% 0.25% -
XYZ 3.71 3.99 1.55 -
YUV 54.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 64 56 26 0 0.13 0.59 0.75 47.37 0.42 0.18
Hex 40 38 1A 0 D 3B 4B 2F 2A 12
Octal 100 70 32 0 15 73 113 57 52 22
Binary 1000000 111000 11010 0 1101 111011 1001011 101111 101010 10010

Color Harmonies of #40381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40381A

Black with #40381A

Text Example


Text Example

White with #40381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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