#422D0C

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

Shades of Mikado #422D0C

Tints of Mikado #422D0C

Color information

#422D0C (or 0x422D0C) is unknown color: approx Mikado. HEX triplet: 42, 2D and 0C. RGB value is (66,45,12). Sum of RGB (Red+Green+Blue) = 66+45+12=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D0C is #BDD2F3. Grayscale: #2F2F2F. Windows color (decimal): -12440308 or 798018. OLE color: 798018.

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

Color convert

RGB664512-
CMYK00.320.820.74
HSL36.67º69.23%15.29%-
HSV(B)36.67º81.82%25.88%-
XYZ3.253.060.77-
YUV47.52107.96141.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=53.66%
G=36.59%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66451200.320.820.7436.6769.2315.29
Hex422DC020524A2545f
Octal10255140401221124510517
Binary1000010101101110001000001010010100101010010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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