#44341B

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

Shades of Clinker #44341B

Tints of Clinker #44341B

Color information

#44341B (or 0x44341B) is unknown color: approx Clinker. HEX triplet: 44, 34 and 1B. RGB value is (68,52,27). Sum of RGB (Red+Green+Blue) = 68+52+27=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44341B is #BBCBE4. Grayscale: #363636. Windows color (decimal): -12307429 or 1782852. OLE color: 1782852.

HSL color Cylindrical-coordinate representation of color #44341B: hue angle of 36.59º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44341B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB685227-
CMYK00.240.600.73
HSL36.59º43.16%18.63%-
HSV(B)36.59º60.29%26.67%-
XYZ3.813.761.56-
YUV53.93112.8138.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=46.26%
G=35.37%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68522700.240.600.7336.5943.1618.63
Hex44341B0183C49252b13
Octal104643303074111455323
Binary100010011010011011011000111100100100110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44341B; }

 p { color: rgb(68,52,27); }

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

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

 a { background-color: rgb(68,52,27); }

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

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

 span { border-color: rgb(68,52,27); }

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