Html Css Color HEX #402C07 Mikado

📋 copy color: '#402C07'

red 64 ◦ green 44 ◦ blue 7

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

Shades of Mikado #402C07

Tints of Mikado #402C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.26%

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 55.65%
G = 38.26%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#402C07 (or 0x402C07) is known color: Mikado. HEX triplet: 40, 2C and 07. RGB value is (64,44,7). Sum of RGB (Red+Green+Blue) = 64+44+7=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C07 is #BFD3F8. Grayscale: #2D2D2D. Windows color (decimal): -12571641 or 470080. OLE color: 470080.

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

Color convert

RGB 64 44 7 -
CMYK 0 0.31 0.89 0.75
HSL 38.95º 0.8% 0.14% -
HSV(B) 38.95º 0.89% 0.25% -
XYZ 3.05 2.91 0.6 -
YUV 45.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 64 44 7 0 0.31 0.89 0.75 38.95 0.8 0.14
Hex 40 2C 7 0 1F 59 4B 27 50 E
Octal 100 54 7 0 37 131 113 47 120 16
Binary 1000000 101100 111 0 11111 1011001 1001011 100111 1010000 1110

Color Harmonies of #402C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C07

Black with #402C07

Text Example


Text Example

White with #402C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C07; }

 p { color: rgb(64,44,7); }

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

background-color css

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

 a { background-color: rgb(64,44,7); }

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

border-color css

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

 span { border-color: rgb(64,44,7); }

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