Html Css Color HEX #402F0F Mikado

📋 copy color: '#402F0F'

red 64 ◦ green 47 ◦ blue 15

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

Shades of Mikado #402F0F

Tints of Mikado #402F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 50.79%
G = 37.3%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#402F0F (or 0x402F0F) is known color: Mikado. HEX triplet: 40, 2F and 0F. RGB value is (64,47,15). Sum of RGB (Red+Green+Blue) = 64+47+15=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F0F is #BFD0F0. Grayscale: #303030. Windows color (decimal): -12570865 or 995136. OLE color: 995136.

HSL color Cylindrical-coordinate representation of color #402F0F: hue angle of 39.18º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402F0F is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 47 15 -
CMYK 0 0.27 0.77 0.75
HSL 39.18º 0.62% 0.15% -
HSV(B) 39.18º 0.77% 0.25% -
XYZ 3.22 3.16 0.89 -
YUV 48.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 64 47 15 0 0.27 0.77 0.75 39.18 0.62 0.15
Hex 40 2F F 0 1B 4D 4B 27 3E F
Octal 100 57 17 0 33 115 113 47 76 17
Binary 1000000 101111 1111 0 11011 1001101 1001011 100111 111110 1111

Color Harmonies of #402F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F0F

Black with #402F0F

Text Example


Text Example

White with #402F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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