#44321B

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

Shades of Clinker #44321B

Tints of Clinker #44321B

Color information

#44321B (or 0x44321B) is unknown color: approx Clinker. HEX triplet: 44, 32 and 1B. RGB value is (68,50,27). Sum of RGB (Red+Green+Blue) = 68+50+27=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44321B is #BBCDE4. Grayscale: #343434. Windows color (decimal): -12307941 or 1782340. OLE color: 1782340.

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

Color convert

RGB685027-
CMYK00.260.600.73
HSL33.66º43.16%18.63%-
HSV(B)33.66º60.29%26.67%-
XYZ3.723.591.53-
YUV52.76113.46138.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=46.90%
G=34.48%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68502700.260.600.7333.6643.1618.63
Hex44321B01A3C49222b13
Octal104623303274111425323
Binary100010011001011011011010111100100100110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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