#422C01

Color #422C01 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #422C01

Tints of Mikado #422C01

Color information

#422C01 (or 0x422C01) is unknown color: approx Mikado. HEX triplet: 42, 2C and 01. RGB value is (66,44,1). Sum of RGB (Red+Green+Blue) = 66+44+1=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C01 is #BDD3FE. Grayscale: #2D2D2D. Windows color (decimal): -12440575 or 76866. OLE color: 76866.

HSL color Cylindrical-coordinate representation of color #422C01: hue angle of 39.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422C01 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB66441-
CMYK00.330.980.74
HSL39.69º97.01%13.14%-
HSV(B)39.69º98.48%25.88%-
XYZ3.152.960.43-
YUV45.68102.79142.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=59.46%
G=39.64%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644100.330.980.7439.6997.0113.14
Hex422C1021624A2861d
Octal1025410411421125014115
Binary1000010101100101000011100010100101010100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #422C01;
 }
 .AnyTagClassName
 {
   color: #422C01;
 }
</style>
background-color css

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

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

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

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

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

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