Html Css Color HEX #443313 Mikado

📋 copy color: '#443313'

red 68 ◦ green 51 ◦ blue 19

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

Shades of Mikado #443313

Tints of Mikado #443313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 49.28%
G = 36.96%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#443313 (or 0x443313) is known color: Mikado. HEX triplet: 44, 33 and 13. RGB value is (68,51,19). Sum of RGB (Red+Green+Blue) = 68+51+19=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #443313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443313 is #BBCCEC. Grayscale: #343434. Windows color (decimal): -12307693 or 1258308. OLE color: 1258308.

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

Color convert

RGB 68 51 19 -
CMYK 0 0.25 0.72 0.73
HSL 39.18º 0.56% 0.17% -
HSV(B) 39.18º 0.72% 0.27% -
XYZ 3.69 3.64 1.13 -
YUV 52.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 68 51 19 0 0.25 0.72 0.73 39.18 0.56 0.17
Hex 44 33 13 0 19 48 49 27 38 11
Octal 104 63 23 0 31 110 111 47 70 21
Binary 1000100 110011 10011 0 11001 1001000 1001001 100111 111000 10001

Color Harmonies of #443313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443313

Black with #443313

Text Example


Text Example

White with #443313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443313; }

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

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

background-color css

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

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

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

border-color css

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

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

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