#423211

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

Shades of Mikado #423211

Tints of Mikado #423211

Color information

#423211 (or 0x423211) is unknown color: approx Mikado. HEX triplet: 42, 32 and 11. RGB value is (66,50,17). Sum of RGB (Red+Green+Blue) = 66+50+17=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #423211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423211 is #BDCDEE. Grayscale: #333333. Windows color (decimal): -12439023 or 1126978. OLE color: 1126978.

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

Color convert

RGB665017-
CMYK00.240.740.74
HSL40.41º59.04%16.27%-
HSV(B)40.41º74.24%25.88%-
XYZ3.493.481.02-
YUV51.02108.8138.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=49.62%
G=37.59%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66501700.240.740.7440.4159.0416.27
Hex4232110184A4A283b10
Octal1026221030112112507320
Binary1000010110010100010110001001010100101010100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423211; }

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

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

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

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

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

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

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

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