#422E0B

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

Shades of Mikado #422E0B

Tints of Mikado #422E0B

Color information

#422E0B (or 0x422E0B) is unknown color: approx Mikado. HEX triplet: 42, 2E and 0B. RGB value is (66,46,11). Sum of RGB (Red+Green+Blue) = 66+46+11=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E0B is #BDD1F4. Grayscale: #303030. Windows color (decimal): -12440053 or 732738. OLE color: 732738.

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

Color convert

RGB664611-
CMYK00.300.830.74
HSL38.18º71.43%15.1%-
HSV(B)38.18º83.33%25.88%-
XYZ3.283.140.75-
YUV47.99107.13140.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=53.66%
G=37.40%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66461100.300.830.7438.1871.4315.1
Hex422EB01E534A2647f
Octal10256130361231124610717
Binary100001010111010110111101010011100101010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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