#422D09

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

Shades of Mikado #422D09

Tints of Mikado #422D09

Color information

#422D09 (or 0x422D09) is unknown color: approx Mikado. HEX triplet: 42, 2D and 09. RGB value is (66,45,9). Sum of RGB (Red+Green+Blue) = 66+45+9=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D09 is #BDD2F6. Grayscale: #2F2F2F. Windows color (decimal): -12440311 or 601410. OLE color: 601410.

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

Color convert

RGB66459-
CMYK00.320.860.74
HSL37.89º76%14.71%-
HSV(B)37.89º86.36%25.88%-
XYZ3.233.050.68-
YUV47.18106.46141.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=55%
G=37.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6645900.320.860.7437.897614.71
Hex422D9020564A264cf
Octal10255110401261124611417
Binary1000010101101100101000001010110100101010011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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