#422C02

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

Shades of Mikado #422C02

Tints of Mikado #422C02

Color information

#422C02 (or 0x422C02) is unknown color: approx Mikado. HEX triplet: 42, 2C and 02. RGB value is (66,44,2). Sum of RGB (Red+Green+Blue) = 66+44+2=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C02 is #BDD3FD. Grayscale: #2D2D2D. Windows color (decimal): -12440574 or 142402. OLE color: 142402.

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

Color convert

RGB66442-
CMYK00.330.970.74
HSL39.38º94.12%13.33%-
HSV(B)39.38º96.97%25.88%-
XYZ3.162.960.46-
YUV45.79103.29142.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=58.93%
G=39.29%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6644200.330.970.7439.3894.1213.33
Hex422C2021614A275ed
Octal1025420411411124713615
Binary10000101011001001000011100001100101010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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