#44331A

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

Shades of Clinker #44331A

Tints of Clinker #44331A

Color information

#44331A (or 0x44331A) is unknown color: approx Clinker. HEX triplet: 44, 33 and 1A. RGB value is (68,51,26). Sum of RGB (Red+Green+Blue) = 68+51+26=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44331A is #BBCCE5. Grayscale: #353535. Windows color (decimal): -12307686 or 1717060. OLE color: 1717060.

HSL color Cylindrical-coordinate representation of color #44331A: hue angle of 35.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44331A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB685126-
CMYK00.250.620.73
HSL35.71º44.68%18.43%-
HSV(B)35.71º61.76%26.67%-
XYZ3.753.671.49-
YUV53.23112.63138.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=46.90%
G=35.17%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68512600.250.620.7335.7144.6818.43
Hex44331A0193E49242d12
Octal104633203176111445522
Binary100010011001111010011001111110100100110010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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