#423116

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

Shades of Mikado #423116

Tints of Mikado #423116

Color information

#423116 (or 0x423116) is unknown color: approx Mikado. HEX triplet: 42, 31 and 16. RGB value is (66,49,22). Sum of RGB (Red+Green+Blue) = 66+49+22=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423116 is #BDCEE9. Grayscale: #333333. Windows color (decimal): -12439274 or 1454402. OLE color: 1454402.

HSL color Cylindrical-coordinate representation of color #423116: hue angle of 36.82º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423116 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB664922-
CMYK00.260.670.74
HSL36.82º50%17.25%-
HSV(B)36.82º66.67%25.88%-
XYZ3.493.411.23-
YUV51111.63138.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=48.18%
G=35.77%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66492200.260.670.7436.825017.25
Hex42311601A434A253211
Octal1026126032103112456221
Binary1000010110001101100110101000011100101010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423116; }

 p { color: rgb(66,49,22); }

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

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

 a { background-color: rgb(66,49,22); }

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

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

 span { border-color: rgb(66,49,22); }

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