#422E00

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

Shades of Mikado #422E00

Tints of Mikado #422E00

Color information

#422E00 (or 0x422E00) is unknown color: approx Mikado. HEX triplet: 42, 2E and 00. RGB value is (66,46,0). Sum of RGB (Red+Green+Blue) = 66+46+0=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E00 is #BDD1FF. Grayscale: #2E2E2E. Windows color (decimal): -12440064 or 11842. OLE color: 11842.

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

Color convert

RGB66460-
CMYK00.3010.74
HSL41.82º100%12.94%-
HSV(B)41.82º100%25.88%-
XYZ3.223.110.43-
YUV46.74101.63141.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.93%
G=41.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6646000.3010.7441.8210012.94
Hex422E001E644A2a64d
Octal1025600361441125214415
Binary100001010111000111101100100100101010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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