Html Css Color HEX #403009 Mikado

📋 copy color: '#403009'

red 64 ◦ green 48 ◦ blue 9

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

Shades of Mikado #403009

Tints of Mikado #403009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 52.89%
G = 39.67%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#403009 (or 0x403009) is known color: Mikado. HEX triplet: 40, 30 and 09. RGB value is (64,48,9). Sum of RGB (Red+Green+Blue) = 64+48+9=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403009 is #BFCFF6. Grayscale: #303030. Windows color (decimal): -12570615 or 602176. OLE color: 602176.

HSL color Cylindrical-coordinate representation of color #403009: hue angle of 42.55º 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 #403009 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 48 9 -
CMYK 0 0.25 0.86 0.75
HSL 42.55º 0.75% 0.14% -
HSV(B) 42.55º 0.86% 0.25% -
XYZ 3.22 3.22 0.71 -
YUV 48.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 64 48 9 0 0.25 0.86 0.75 42.55 0.75 0.14
Hex 40 30 9 0 19 56 4B 2B 4B E
Octal 100 60 11 0 31 126 113 53 113 16
Binary 1000000 110000 1001 0 11001 1010110 1001011 101011 1001011 1110

Color Harmonies of #403009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403009

Black with #403009

Text Example


Text Example

White with #403009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403009; }

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

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

background-color css

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

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

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

border-color css

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

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

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