Html Css Color HEX #443314 Mikado

📋 copy color: '#443314'

red 68 ◦ green 51 ◦ blue 20

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

Shades of Mikado #443314

Tints of Mikado #443314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 48.92%
G = 36.69%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#443314 (or 0x443314) is known color: Mikado. HEX triplet: 44, 33 and 14. RGB value is (68,51,20). Sum of RGB (Red+Green+Blue) = 68+51+20=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443314 is #BBCCEB. Grayscale: #343434. Windows color (decimal): -12307692 or 1323844. OLE color: 1323844.

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

Color convert

RGB 68 51 20 -
CMYK 0 0.25 0.71 0.73
HSL 38.75º 0.55% 0.17% -
HSV(B) 38.75º 0.71% 0.27% -
XYZ 3.69 3.65 1.17 -
YUV 52.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 68 51 20 0 0.25 0.71 0.73 38.75 0.55 0.17
Hex 44 33 14 0 19 47 49 27 37 11
Octal 104 63 24 0 31 107 111 47 67 21
Binary 1000100 110011 10100 0 11001 1000111 1001001 100111 110111 10001

Color Harmonies of #443314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443314

Black with #443314

Text Example


Text Example

White with #443314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443314; }

 p { color: rgb(68,51,20); }

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

background-color css

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

 a { background-color: rgb(68,51,20); }

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

border-color css

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

 span { border-color: rgb(68,51,20); }

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