Html Css Color HEX #443220 Clinker

📋 copy color: '#443220'

red 68 ◦ green 50 ◦ blue 32

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

Shades of Clinker #443220

Tints of Clinker #443220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.33%

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

R = 45.33%
G = 33.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#443220 (or 0x443220) is known color: Clinker. HEX triplet: 44, 32 and 20. RGB value is (68,50,32). Sum of RGB (Red+Green+Blue) = 68+50+32=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #443220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443220 is #BBCDDF. Grayscale: #353535. Windows color (decimal): -12307936 or 2110020. OLE color: 2110020.

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

Color convert

RGB 68 50 32 -
CMYK 0 0.26 0.53 0.73
HSL 30º 0.36% 0.2% -
HSV(B) 30º 0.53% 0.27% -
XYZ 3.79 3.61 1.86 -
YUV 53.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 68 50 32 0 0.26 0.53 0.73 30 0.36 0.2
Hex 44 32 20 0 1A 35 49 1E 24 14
Octal 104 62 40 0 32 65 111 36 44 24
Binary 1000100 110010 100000 0 11010 110101 1001001 11110 100100 10100

Color Harmonies of #443220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443220

Black with #443220

Text Example


Text Example

White with #443220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443220; }

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

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

background-color css

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

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

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

border-color css

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

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

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