Html Css Color HEX #443116 Clinker

📋 copy color: '#443116'

red 68 ◦ green 49 ◦ blue 22

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

Shades of Clinker #443116

Tints of Clinker #443116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 48.92%
G = 35.25%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#443116 (or 0x443116) is known color: Clinker. HEX triplet: 44, 31 and 16. RGB value is (68,49,22). Sum of RGB (Red+Green+Blue) = 68+49+22=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443116 is #BBCEE9. Grayscale: #333333. Windows color (decimal): -12308202 or 1454404. OLE color: 1454404.

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

Color convert

RGB 68 49 22 -
CMYK 0 0.28 0.68 0.73
HSL 35.22º 0.51% 0.18% -
HSV(B) 35.22º 0.68% 0.27% -
XYZ 3.63 3.48 1.24 -
YUV 51.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 68 49 22 0 0.28 0.68 0.73 35.22 0.51 0.18
Hex 44 31 16 0 1C 44 49 23 33 12
Octal 104 61 26 0 34 104 111 43 63 22
Binary 1000100 110001 10110 0 11100 1000100 1001001 100011 110011 10010

Color Harmonies of #443116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443116

Black with #443116

Text Example


Text Example

White with #443116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443116; }

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

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

background-color css

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

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

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

border-color css

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

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

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