Html Css Color HEX #443320 Clinker

📋 copy color: '#443320'

red 68 ◦ green 51 ◦ blue 32

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

Shades of Clinker #443320

Tints of Clinker #443320

RGB

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

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

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

R = 45.03%
G = 33.77%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#443320 (or 0x443320) is known color: Clinker. HEX triplet: 44, 33 and 20. RGB value is (68,51,32). Sum of RGB (Red+Green+Blue) = 68+51+32=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #443320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443320 is #BBCCDF. Grayscale: #363636. Windows color (decimal): -12307680 or 2110276. OLE color: 2110276.

HSL color Cylindrical-coordinate representation of color #443320: hue angle of 31.67º 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 #443320 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 51 32 -
CMYK 0 0.25 0.53 0.73
HSL 31.67º 0.36% 0.2% -
HSV(B) 31.67º 0.53% 0.27% -
XYZ 3.83 3.7 1.88 -
YUV 53.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 68 51 32 0 0.25 0.53 0.73 31.67 0.36 0.2
Hex 44 33 20 0 19 35 49 20 24 14
Octal 104 63 40 0 31 65 111 40 44 24
Binary 1000100 110011 100000 0 11001 110101 1001001 100000 100100 10100

Color Harmonies of #443320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443320

Black with #443320

Text Example


Text Example

White with #443320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443320; }

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

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

background-color css

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

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

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

border-color css

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

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

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