Html Css Color HEX #402C01 Mikado

📋 copy color: '#402C01'

red 64 ◦ green 44 ◦ blue 1

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

Shades of Mikado #402C01

Tints of Mikado #402C01

RGB

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

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

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

R = 58.72%
G = 40.37%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402C01 (or 0x402C01) is known color: Mikado. HEX triplet: 40, 2C and 01. RGB value is (64,44,1). Sum of RGB (Red+Green+Blue) = 64+44+1=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C01 is #BFD3FE. Grayscale: #2D2D2D. Windows color (decimal): -12571647 or 76864. OLE color: 76864.

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

Color convert

RGB 64 44 1 -
CMYK 0 0.31 0.98 0.75
HSL 40.95º 0.97% 0.13% -
HSV(B) 40.95º 0.98% 0.25% -
XYZ 3.02 2.89 0.43 -
YUV 45.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 64 44 1 0 0.31 0.98 0.75 40.95 0.97 0.13
Hex 40 2C 1 0 1F 62 4B 29 61 D
Octal 100 54 1 0 37 142 113 51 141 15
Binary 1000000 101100 1 0 11111 1100010 1001011 101001 1100001 1101

Color Harmonies of #402C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C01

Black with #402C01

Text Example


Text Example

White with #402C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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