Html Css Color HEX #403409 Mikado

📋 copy color: '#403409'

red 64 ◦ green 52 ◦ blue 9

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

Shades of Mikado #403409

Tints of Mikado #403409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 51.2%
G = 41.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#403409 (or 0x403409) is known color: Mikado. HEX triplet: 40, 34 and 09. RGB value is (64,52,9). Sum of RGB (Red+Green+Blue) = 64+52+9=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403409 is #BFCBF6. Grayscale: #323232. Windows color (decimal): -12569591 or 603200. OLE color: 603200.

HSL color Cylindrical-coordinate representation of color #403409: hue angle of 46.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403409 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 52 9 -
CMYK 0 0.19 0.86 0.75
HSL 46.91º 0.75% 0.14% -
HSV(B) 46.91º 0.86% 0.25% -
XYZ 3.39 3.57 0.77 -
YUV 50.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 64 52 9 0 0.19 0.86 0.75 46.91 0.75 0.14
Hex 40 34 9 0 13 56 4B 2F 4B E
Octal 100 64 11 0 23 126 113 57 113 16
Binary 1000000 110100 1001 0 10011 1010110 1001011 101111 1001011 1110

Color Harmonies of #403409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403409

Black with #403409

Text Example


Text Example

White with #403409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403409; }

 p { color: rgb(64,52,9); }

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

background-color css

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

 a { background-color: rgb(64,52,9); }

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

border-color css

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

 span { border-color: rgb(64,52,9); }

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