#44351D

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

Shades of Clinker #44351D

Tints of Clinker #44351D

Color information

#44351D (or 0x44351D) is unknown color: approx Clinker. HEX triplet: 44, 35 and 1D. RGB value is (68,53,29). Sum of RGB (Red+Green+Blue) = 68+53+29=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44351D is #BBCAE2. Grayscale: #363636. Windows color (decimal): -12307171 or 1914180. OLE color: 1914180.

HSL color Cylindrical-coordinate representation of color #44351D: hue angle of 36.92º 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 #44351D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB685329-
CMYK00.220.570.73
HSL36.92º40.21%19.02%-
HSV(B)36.92º57.35%26.67%-
XYZ3.883.861.7-
YUV54.75113.47137.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=45.33%
G=35.33%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68532900.220.570.7336.9240.2119.02
Hex44351D0163949252813
Octal104653502671111455023
Binary100010011010111101010110111001100100110010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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