#423311

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

Shades of Mikado #423311

Tints of Mikado #423311

Color information

#423311 (or 0x423311) is unknown color: approx Mikado. HEX triplet: 42, 33 and 11. RGB value is (66,51,17). Sum of RGB (Red+Green+Blue) = 66+51+17=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #423311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423311 is #BDCCEE. Grayscale: #333333. Windows color (decimal): -12438767 or 1127234. OLE color: 1127234.

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

Color convert

RGB665117-
CMYK00.230.740.74
HSL41.63º59.04%16.27%-
HSV(B)41.63º74.24%25.88%-
XYZ3.533.571.03-
YUV51.61108.47138.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=49.25%
G=38.06%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66511700.230.740.7441.6359.0416.27
Hex4233110174A4A2a3b10
Octal1026321027112112527320
Binary1000010110011100010101111001010100101010101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423311; }

 p { color: rgb(66,51,17); }

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

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

 a { background-color: rgb(66,51,17); }

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

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

 span { border-color: rgb(66,51,17); }

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