Html Css Color HEX #443118 Clinker

📋 copy color: '#443118'

red 68 ◦ green 49 ◦ blue 24

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

Shades of Clinker #443118

Tints of Clinker #443118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 48.23%
G = 34.75%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#443118 (or 0x443118) is known color: Clinker. HEX triplet: 44, 31 and 18. RGB value is (68,49,24). Sum of RGB (Red+Green+Blue) = 68+49+24=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #443118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443118 is #BBCEE7. Grayscale: #333333. Windows color (decimal): -12308200 or 1585476. OLE color: 1585476.

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

Color convert

RGB 68 49 24 -
CMYK 0 0.28 0.65 0.73
HSL 34.09º 0.48% 0.18% -
HSV(B) 34.09º 0.65% 0.27% -
XYZ 3.65 3.49 1.35 -
YUV 51.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 68 49 24 0 0.28 0.65 0.73 34.09 0.48 0.18
Hex 44 31 18 0 1C 41 49 22 30 12
Octal 104 61 30 0 34 101 111 42 60 22
Binary 1000100 110001 11000 0 11100 1000001 1001001 100010 110000 10010

Color Harmonies of #443118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443118

Black with #443118

Text Example


Text Example

White with #443118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443118; }

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

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

background-color css

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

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

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

border-color css

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

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

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