#422E0C

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

Shades of Mikado #422E0C

Tints of Mikado #422E0C

Color information

#422E0C (or 0x422E0C) is unknown color: approx Mikado. HEX triplet: 42, 2E and 0C. RGB value is (66,46,12). Sum of RGB (Red+Green+Blue) = 66+46+12=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E0C is #BDD1F3. Grayscale: #303030. Windows color (decimal): -12440052 or 798274. OLE color: 798274.

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

Color convert

RGB664612-
CMYK00.300.820.74
HSL37.78º69.23%15.29%-
HSV(B)37.78º81.82%25.88%-
XYZ3.293.140.78-
YUV48.1107.63140.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=53.23%
G=37.10%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66461200.300.820.7437.7869.2315.29
Hex422EC01E524A2645f
Octal10256140361221124610517
Binary100001010111011000111101010010100101010011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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