Html Css Color HEX #443128 Slugger

📋 copy color: '#443128'

red 68 ◦ green 49 ◦ blue 40

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

Shades of Slugger #443128

Tints of Slugger #443128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.21%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 43.31%
G = 31.21%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#443128 (or 0x443128) is known color: Slugger. HEX triplet: 44, 31 and 28. RGB value is (68,49,40). Sum of RGB (Red+Green+Blue) = 68+49+40=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #443128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443128 is #BBCED7. Grayscale: #353535. Windows color (decimal): -12308184 or 2634052. OLE color: 2634052.

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

Color convert

RGB 68 49 40 -
CMYK 0 0.28 0.41 0.73
HSL 19.29º 0.26% 0.21% -
HSV(B) 19.29º 0.41% 0.27% -
XYZ 3.87 3.58 2.49 -
YUV 53.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 68 49 40 0 0.28 0.41 0.73 19.29 0.26 0.21
Hex 44 31 28 0 1C 29 49 13 1A 15
Octal 104 61 50 0 34 51 111 23 32 25
Binary 1000100 110001 101000 0 11100 101001 1001001 10011 11010 10101

Color Harmonies of #443128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443128

Black with #443128

Text Example


Text Example

White with #443128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443128; }

 p { color: rgb(68,49,40); }

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

background-color css

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

 a { background-color: rgb(68,49,40); }

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

border-color css

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

 span { border-color: rgb(68,49,40); }

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