Html Css Color HEX #40350E Mikado

📋 copy color: '#40350E'

red 64 ◦ green 53 ◦ blue 14

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

Shades of Mikado #40350E

Tints of Mikado #40350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

 BLUE value IS 14 (5.86% from 255) = 10.69%

R = 48.85%
G = 40.46%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40350E (or 0x40350E) is known color: Mikado. HEX triplet: 40, 35 and 0E. RGB value is (64,53,14). Sum of RGB (Red+Green+Blue) = 64+53+14=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40350E is #BFCAF1. Grayscale: #343434. Windows color (decimal): -12569330 or 931136. OLE color: 931136.

HSL color Cylindrical-coordinate representation of color #40350E: hue angle of 46.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40350E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 53 14 -
CMYK 0 0.17 0.78 0.75
HSL 46.8º 0.64% 0.15% -
HSV(B) 46.8º 0.78% 0.25% -
XYZ 3.47 3.67 0.94 -
YUV 51.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 64 53 14 0 0.17 0.78 0.75 46.8 0.64 0.15
Hex 40 35 E 0 11 4E 4B 2F 40 F
Octal 100 65 16 0 21 116 113 57 100 17
Binary 1000000 110101 1110 0 10001 1001110 1001011 101111 1000000 1111

Color Harmonies of #40350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40350E

Black with #40350E

Text Example


Text Example

White with #40350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40350E; }

 p { color: rgb(64,53,14); }

 H1.HeaderClassName
 {
   color: #40350E;
 }
 .AnyTagClassName
 {
   color: #40350E;
 }
</style>

background-color css

<style>
 a { background-color: #40350E; }

 a { background-color: rgb(64,53,14); }

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

border-color css

<style>
 span { border-color: #40350E; }

 span { border-color: rgb(64,53,14); }

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