#44341D

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

Shades of Clinker #44341D

Tints of Clinker #44341D

Color information

#44341D (or 0x44341D) is unknown color: approx Clinker. HEX triplet: 44, 34 and 1D. RGB value is (68,52,29). Sum of RGB (Red+Green+Blue) = 68+52+29=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #44341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44341D is #BBCBE2. Grayscale: #363636. Windows color (decimal): -12307427 or 1913924. OLE color: 1913924.

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

Color convert

RGB685229-
CMYK00.240.570.73
HSL35.38º40.21%19.02%-
HSV(B)35.38º57.35%26.67%-
XYZ3.833.771.69-
YUV54.16113.8137.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=45.64%
G=34.90%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68522900.240.570.7335.3840.2119.02
Hex44341D0183949232813
Octal104643503071111435023
Binary100010011010011101011000111001100100110001110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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