#44321A

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

Shades of Clinker #44321A

Tints of Clinker #44321A

Color information

#44321A (or 0x44321A) is unknown color: approx Clinker. HEX triplet: 44, 32 and 1A. RGB value is (68,50,26). Sum of RGB (Red+Green+Blue) = 68+50+26=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44321A is #BBCDE5. Grayscale: #343434. Windows color (decimal): -12307942 or 1716804. OLE color: 1716804.

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

Color convert

RGB685026-
CMYK00.260.620.73
HSL34.29º44.68%18.43%-
HSV(B)34.29º61.76%26.67%-
XYZ3.713.581.47-
YUV52.65112.96138.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=47.22%
G=34.72%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68502600.260.620.7334.2944.6818.43
Hex44321A01A3E49222d12
Octal104623203276111425522
Binary100010011001011010011010111110100100110001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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