#44331B

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

Shades of Clinker #44331B

Tints of Clinker #44331B

Color information

#44331B (or 0x44331B) is unknown color: approx Clinker. HEX triplet: 44, 33 and 1B. RGB value is (68,51,27). Sum of RGB (Red+Green+Blue) = 68+51+27=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44331B is #BBCCE4. Grayscale: #353535. Windows color (decimal): -12307685 or 1782596. OLE color: 1782596.

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

Color convert

RGB685127-
CMYK00.250.600.73
HSL35.12º43.16%18.63%-
HSV(B)35.12º60.29%26.67%-
XYZ3.773.681.55-
YUV53.35113.13138.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=46.58%
G=34.93%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68512700.250.600.7335.1243.1618.63
Hex44331B0193C49232b13
Octal104633303174111435323
Binary100010011001111011011001111100100100110001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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