Html Css Color HEX #443019 Clinker

📋 copy color: '#443019'

red 68 ◦ green 48 ◦ blue 25

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

Shades of Clinker #443019

Tints of Clinker #443019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 48.23%
G = 34.04%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#443019 (or 0x443019) is known color: Clinker. HEX triplet: 44, 30 and 19. RGB value is (68,48,25). Sum of RGB (Red+Green+Blue) = 68+48+25=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #443019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443019 is #BBCFE6. Grayscale: #333333. Windows color (decimal): -12308455 or 1650756. OLE color: 1650756.

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

Color convert

RGB 68 48 25 -
CMYK 0 0.29 0.63 0.73
HSL 32.09º 0.46% 0.18% -
HSV(B) 32.09º 0.63% 0.27% -
XYZ 3.62 3.41 1.39 -
YUV 51.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 68 48 25 0 0.29 0.63 0.73 32.09 0.46 0.18
Hex 44 30 19 0 1D 3F 49 20 2E 12
Octal 104 60 31 0 35 77 111 40 56 22
Binary 1000100 110000 11001 0 11101 111111 1001001 100000 101110 10010

Color Harmonies of #443019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443019

Black with #443019

Text Example


Text Example

White with #443019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443019; }

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

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

background-color css

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

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

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

border-color css

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

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

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