Html Css Color HEX #443120 Clinker

📋 copy color: '#443120'

red 68 ◦ green 49 ◦ blue 32

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

Shades of Clinker #443120

Tints of Clinker #443120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 45.64%
G = 32.89%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#443120 (or 0x443120) is known color: Clinker. HEX triplet: 44, 31 and 20. RGB value is (68,49,32). Sum of RGB (Red+Green+Blue) = 68+49+32=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #443120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443120 is #BBCEDF. Grayscale: #343434. Windows color (decimal): -12308192 or 2109764. OLE color: 2109764.

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

Color convert

RGB 68 49 32 -
CMYK 0 0.28 0.53 0.73
HSL 28.33º 0.36% 0.2% -
HSV(B) 28.33º 0.53% 0.27% -
XYZ 3.74 3.53 1.85 -
YUV 52.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 68 49 32 0 0.28 0.53 0.73 28.33 0.36 0.2
Hex 44 31 20 0 1C 35 49 1C 24 14
Octal 104 61 40 0 34 65 111 34 44 24
Binary 1000100 110001 100000 0 11100 110101 1001001 11100 100100 10100

Color Harmonies of #443120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443120

Black with #443120

Text Example


Text Example

White with #443120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443120; }

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

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

background-color css

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

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

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

border-color css

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

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

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