#422C00

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

Shades of Mikado #422C00

Tints of Mikado #422C00

Color information

#422C00 (or 0x422C00) is unknown color: approx Mikado. HEX triplet: 42, 2C and 00. RGB value is (66,44,0). Sum of RGB (Red+Green+Blue) = 66+44+0=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #422C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C00 is #BDD3FF. Grayscale: #2D2D2D. Windows color (decimal): -12440576 or 11330. OLE color: 11330.

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

Color convert

RGB66440-
CMYK00.3310.74
HSL40º100%12.94%-
HSV(B)40º100%25.88%-
XYZ3.152.960.41-
YUV45.56102.29142.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 44 (17.58% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644000.3310.744010012.94
Hex422C0021644A2864d
Octal1025400411441125014415
Binary1000010101100001000011100100100101010100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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