#44301D

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

Shades of Clinker #44301D

Tints of Clinker #44301D

Color information

#44301D (or 0x44301D) is unknown color: approx Clinker. HEX triplet: 44, 30 and 1D. RGB value is (68,48,29). Sum of RGB (Red+Green+Blue) = 68+48+29=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44301D is #BBCFE2. Grayscale: #333333. Windows color (decimal): -12308451 or 1912900. OLE color: 1912900.

HSL color Cylindrical-coordinate representation of color #44301D: hue angle of 29.23º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44301D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB684829-
CMYK00.290.570.73
HSL29.23º40.21%19.02%-
HSV(B)29.23º57.35%26.67%-
XYZ3.663.431.63-
YUV51.81115.13139.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 29 (11.72% from 255) = 20%
R=46.90%
G=33.10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68482900.290.570.7329.2340.2119.02
Hex44301D01D39491d2813
Octal104603503571111355023
Binary10001001100001110101110111100110010011110110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44301D; }

 p { color: rgb(68,48,29); }

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

<style>
 a { background-color: #44301D; }

 a { background-color: rgb(68,48,29); }

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

<style>
 span { border-color: #44301D; }

 span { border-color: rgb(68,48,29); }

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