#422D01

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

Shades of Mikado #422D01

Tints of Mikado #422D01

Color information

#422D01 (or 0x422D01) is unknown color: approx Mikado. HEX triplet: 42, 2D and 01. RGB value is (66,45,1). Sum of RGB (Red+Green+Blue) = 66+45+1=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D01 is #BDD2FE. Grayscale: #2E2E2E. Windows color (decimal): -12440319 or 77122. OLE color: 77122.

HSL color Cylindrical-coordinate representation of color #422D01: hue angle of 40.62º 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 #422D01 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB66451-
CMYK00.320.980.74
HSL40.62º97.01%13.14%-
HSV(B)40.62º98.48%25.88%-
XYZ3.193.040.45-
YUV46.26102.46142.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=58.93%
G=40.18%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6645100.320.980.7440.6297.0113.14
Hex422D1020624A2961d
Octal1025510401421125114115
Binary1000010101101101000001100010100101010100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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