#443210

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

Shades of Mikado #443210

Tints of Mikado #443210

Color information

#443210 (or 0x443210) is unknown color: approx Mikado. HEX triplet: 44, 32 and 10. RGB value is (68,50,16). Sum of RGB (Red+Green+Blue) = 68+50+16=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #443210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443210 is #BBCDEF. Grayscale: #333333. Windows color (decimal): -12307952 or 1061444. OLE color: 1061444.

HSL color Cylindrical-coordinate representation of color #443210: hue angle of 39.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #443210 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB685016-
CMYK00.260.760.73
HSL39.23º61.9%16.47%-
HSV(B)39.23º76.47%26.67%-
XYZ3.623.550.98-
YUV51.51107.96139.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=50.75%
G=37.31%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68501600.260.760.7339.2361.916.47
Hex44321001A4C49273e10
Octal1046220032114111477620
Binary1000100110010100000110101001100100100110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443210; }

 p { color: rgb(68,50,16); }

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

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

 a { background-color: rgb(68,50,16); }

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

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

 span { border-color: rgb(68,50,16); }

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