#422C09

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

Shades of Mikado #422C09

Tints of Mikado #422C09

Color information

#422C09 (or 0x422C09) is unknown color: approx Mikado. HEX triplet: 42, 2C and 09. RGB value is (66,44,9). Sum of RGB (Red+Green+Blue) = 66+44+9=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C09 is #BDD3F6. Grayscale: #2E2E2E. Windows color (decimal): -12440567 or 601154. OLE color: 601154.

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

Color convert

RGB66449-
CMYK00.330.860.74
HSL36.84º76%14.71%-
HSV(B)36.84º86.36%25.88%-
XYZ3.22.980.67-
YUV46.59106.79141.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=55.46%
G=36.97%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644900.330.860.7436.847614.71
Hex422C9021564A254cf
Octal10254110411261124511417
Binary1000010101100100101000011010110100101010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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