Html Css Color HEX #402F01 Mikado

📋 copy color: '#402F01'

red 64 ◦ green 47 ◦ blue 1

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

Shades of Mikado #402F01

Tints of Mikado #402F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 57.14%
G = 41.96%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402F01 (or 0x402F01) is known color: Mikado. HEX triplet: 40, 2F and 01. RGB value is (64,47,1). Sum of RGB (Red+Green+Blue) = 64+47+1=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #402F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F01 is #BFD0FE. Grayscale: #2F2F2F. Windows color (decimal): -12570879 or 77632. OLE color: 77632.

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

Color convert

RGB 64 47 1 -
CMYK 0 0.27 0.98 0.75
HSL 43.81º 0.97% 0.13% -
HSV(B) 43.81º 0.98% 0.25% -
XYZ 3.14 3.13 0.47 -
YUV 46.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 64 47 1 0 0.27 0.98 0.75 43.81 0.97 0.13
Hex 40 2F 1 0 1B 62 4B 2C 61 D
Octal 100 57 1 0 33 142 113 54 141 15
Binary 1000000 101111 1 0 11011 1100010 1001011 101100 1100001 1101

Color Harmonies of #402F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F01

Black with #402F01

Text Example


Text Example

White with #402F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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