#44331D

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

Shades of Clinker #44331D

Tints of Clinker #44331D

Color information

#44331D (or 0x44331D) is unknown color: approx Clinker. HEX triplet: 44, 33 and 1D. RGB value is (68,51,29). Sum of RGB (Red+Green+Blue) = 68+51+29=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44331D is #BBCCE2. Grayscale: #353535. Windows color (decimal): -12307683 or 1913668. OLE color: 1913668.

HSL color Cylindrical-coordinate representation of color #44331D: hue angle of 33.85º 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 #44331D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB685129-
CMYK00.250.570.73
HSL33.85º40.21%19.02%-
HSV(B)33.85º57.35%26.67%-
XYZ3.793.691.67-
YUV53.58114.13138.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=45.95%
G=34.46%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68512900.250.570.7333.8540.2119.02
Hex44331D0193949222813
Octal104633503171111425023
Binary100010011001111101011001111001100100110001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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