Html Css Color HEX #443211 Mikado

📋 copy color: '#443211'

red 68 ◦ green 50 ◦ blue 17

#443211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #443211

Tints of Mikado #443211

RGB

 RED value IS 68 (26.95% from 255) = 50.37%

 GREEN value IS 50 (19.92% from 255) = 37.04%

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 50.37%
G = 37.04%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#443211 (or 0x443211) is known color: Mikado. HEX triplet: 44, 32 and 11. RGB value is (68,50,17). Sum of RGB (Red+Green+Blue) = 68+50+17=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #443211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443211 is #BBCDEE. Grayscale: #333333. Windows color (decimal): -12307951 or 1126980. OLE color: 1126980.

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

Color convert

RGB 68 50 17 -
CMYK 0 0.26 0.75 0.73
HSL 38.82º 0.6% 0.17% -
HSV(B) 38.82º 0.75% 0.27% -
XYZ 3.63 3.55 1.02 -
YUV 51.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 68 50 17 0 0.26 0.75 0.73 38.82 0.6 0.17
Hex 44 32 11 0 1A 4B 49 27 3C 11
Octal 104 62 21 0 32 113 111 47 74 21
Binary 1000100 110010 10001 0 11010 1001011 1001001 100111 111100 10001

Color Harmonies of #443211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443211

Black with #443211

Text Example


Text Example

White with #443211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443211; }

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

 H1.HeaderClassName
 {
   color: #443211;
 }
 .AnyTagClassName
 {
   color: #443211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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