#44321E

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

Shades of Clinker #44321E

Tints of Clinker #44321E

Color information

#44321E (or 0x44321E) is unknown color: approx Clinker. HEX triplet: 44, 32 and 1E. RGB value is (68,50,30). Sum of RGB (Red+Green+Blue) = 68+50+30=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44321E is #BBCDE1. Grayscale: #353535. Windows color (decimal): -12307938 or 1978948. OLE color: 1978948.

HSL color Cylindrical-coordinate representation of color #44321E: hue angle of 31.58º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44321E is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB685030-
CMYK00.260.560.73
HSL31.58º38.78%19.22%-
HSV(B)31.58º55.88%26.67%-
XYZ3.763.61.73-
YUV53.1114.96138.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=45.95%
G=33.78%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68503000.260.560.7331.5838.7819.22
Hex44321E01A3849202713
Octal104623603270111404723
Binary100010011001011110011010111000100100110000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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