Html Css Color HEX #40350D Mikado

📋 copy color: '#40350D'

red 64 ◦ green 53 ◦ blue 13

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

Shades of Mikado #40350D

Tints of Mikado #40350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 49.23%
G = 40.77%
B = 10%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40350D (or 0x40350D) is known color: Mikado. HEX triplet: 40, 35 and 0D. RGB value is (64,53,13). Sum of RGB (Red+Green+Blue) = 64+53+13=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40350D is #BFCAF2. Grayscale: #333333. Windows color (decimal): -12569331 or 865600. OLE color: 865600.

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

Color convert

RGB 64 53 13 -
CMYK 0 0.17 0.80 0.75
HSL 47.06º 0.66% 0.15% -
HSV(B) 47.06º 0.8% 0.25% -
XYZ 3.46 3.67 0.91 -
YUV 51.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 64 53 13 0 0.17 0.80 0.75 47.06 0.66 0.15
Hex 40 35 D 0 11 50 4B 2F 42 F
Octal 100 65 15 0 21 120 113 57 102 17
Binary 1000000 110101 1101 0 10001 1010000 1001011 101111 1000010 1111

Color Harmonies of #40350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40350D

Black with #40350D

Text Example


Text Example

White with #40350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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