Html Css Color HEX #443113 Clinker

📋 copy color: '#443113'

red 68 ◦ green 49 ◦ blue 19

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

Shades of Clinker #443113

Tints of Clinker #443113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 50%
G = 36.03%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#443113 (or 0x443113) is known color: Clinker. HEX triplet: 44, 31 and 13. RGB value is (68,49,19). Sum of RGB (Red+Green+Blue) = 68+49+19=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #443113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443113 is #BBCEEC. Grayscale: #333333. Windows color (decimal): -12308205 or 1257796. OLE color: 1257796.

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

Color convert

RGB 68 49 19 -
CMYK 0 0.28 0.72 0.73
HSL 36.73º 0.56% 0.17% -
HSV(B) 36.73º 0.72% 0.27% -
XYZ 3.6 3.47 1.1 -
YUV 51.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 68 49 19 0 0.28 0.72 0.73 36.73 0.56 0.17
Hex 44 31 13 0 1C 48 49 25 38 11
Octal 104 61 23 0 34 110 111 45 70 21
Binary 1000100 110001 10011 0 11100 1001000 1001001 100101 111000 10001

Color Harmonies of #443113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443113

Black with #443113

Text Example


Text Example

White with #443113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443113; }

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

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

background-color css

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

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

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

border-color css

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

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

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