#443018

Color #443018 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #443018

Tints of Clinker #443018

Color information

#443018 (or 0x443018) is unknown color: approx Clinker. HEX triplet: 44, 30 and 18. RGB value is (68,48,24). Sum of RGB (Red+Green+Blue) = 68+48+24=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443018 is #BBCFE7. Grayscale: #333333. Windows color (decimal): -12308456 or 1585220. OLE color: 1585220.

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

Color convert

RGB684824-
CMYK00.290.650.73
HSL32.73º47.83%18.04%-
HSV(B)32.73º64.71%26.67%-
XYZ3.613.411.33-
YUV51.24112.63139.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=48.57%
G=34.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68482400.290.650.7332.7347.8318.04
Hex44301801D4149213012
Octal1046030035101111416022
Binary1000100110000110000111011000001100100110000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443018; }

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

 H1.HeaderClassName
 {
   color: #443018;
 }
 .AnyTagClassName
 {
   color: #443018;
 }
</style>
background-color css

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

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

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

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

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

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