Html Css Color HEX #443016 Clinker

📋 copy color: '#443016'

red 68 ◦ green 48 ◦ blue 22

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

Shades of Clinker #443016

Tints of Clinker #443016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

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

R = 49.28%
G = 34.78%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#443016 (or 0x443016) is known color: Clinker. HEX triplet: 44, 30 and 16. RGB value is (68,48,22). Sum of RGB (Red+Green+Blue) = 68+48+22=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #443016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443016 is #BBCFE9. Grayscale: #333333. Windows color (decimal): -12308458 or 1454148. OLE color: 1454148.

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

Color convert

RGB 68 48 22 -
CMYK 0 0.29 0.68 0.73
HSL 33.91º 0.51% 0.18% -
HSV(B) 33.91º 0.68% 0.27% -
XYZ 3.59 3.4 1.23 -
YUV 51.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 68 48 22 0 0.29 0.68 0.73 33.91 0.51 0.18
Hex 44 30 16 0 1D 44 49 22 33 12
Octal 104 60 26 0 35 104 111 42 63 22
Binary 1000100 110000 10110 0 11101 1000100 1001001 100010 110011 10010

Color Harmonies of #443016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443016

Black with #443016

Text Example


Text Example

White with #443016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443016; }

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

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

background-color css

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

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

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

border-color css

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

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

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