Html Css Color HEX #402F07 Mikado

📋 copy color: '#402F07'

red 64 ◦ green 47 ◦ blue 7

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

Shades of Mikado #402F07

Tints of Mikado #402F07

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.83%

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

R = 54.24%
G = 39.83%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#402F07 (or 0x402F07) is known color: Mikado. HEX triplet: 40, 2F and 07. RGB value is (64,47,7). Sum of RGB (Red+Green+Blue) = 64+47+7=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F07 is #BFD0F8. Grayscale: #2F2F2F. Windows color (decimal): -12570873 or 470848. OLE color: 470848.

HSL color Cylindrical-coordinate representation of color #402F07: hue angle of 42.11º 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 #402F07 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 47 7 -
CMYK 0 0.27 0.89 0.75
HSL 42.11º 0.8% 0.14% -
HSV(B) 42.11º 0.89% 0.25% -
XYZ 3.17 3.14 0.64 -
YUV 47.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 64 47 7 0 0.27 0.89 0.75 42.11 0.8 0.14
Hex 40 2F 7 0 1B 59 4B 2A 50 E
Octal 100 57 7 0 33 131 113 52 120 16
Binary 1000000 101111 111 0 11011 1011001 1001011 101010 1010000 1110

Color Harmonies of #402F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F07

Black with #402F07

Text Example


Text Example

White with #402F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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