#422C05

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

Shades of Mikado #422C05

Tints of Mikado #422C05

Color information

#422C05 (or 0x422C05) is unknown color: approx Mikado. HEX triplet: 42, 2C and 05. RGB value is (66,44,5). Sum of RGB (Red+Green+Blue) = 66+44+5=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C05 is #BDD3FA. Grayscale: #2E2E2E. Windows color (decimal): -12440571 or 339010. OLE color: 339010.

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

Color convert

RGB66445-
CMYK00.330.920.74
HSL38.36º85.92%13.92%-
HSV(B)38.36º92.42%25.88%-
XYZ3.172.970.55-
YUV46.13104.79142.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=57.39%
G=38.26%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644500.330.920.7438.3685.9213.92
Hex422C50215C4A2656e
Octal1025450411341124612616
Binary100001010110010101000011011100100101010011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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