#442C05

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

Shades of Clinker #442C05

Tints of Clinker #442C05

Color information

#442C05 (or 0x442C05) is unknown color: approx Clinker. HEX triplet: 44, 2C and 05. RGB value is (68,44,5). Sum of RGB (Red+Green+Blue) = 68+44+5=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C05 is #BBD3FA. Grayscale: #2E2E2E. Windows color (decimal): -12309499 or 339012. OLE color: 339012.

HSL color Cylindrical-coordinate representation of color #442C05: hue angle of 37.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442C05 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB68445-
CMYK00.350.930.73
HSL37.14º86.3%14.31%-
HSV(B)37.14º92.65%26.67%-
XYZ3.313.040.56-
YUV46.73104.45143.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=58.12%
G=37.61%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844500.350.930.7337.1486.314.31
Hex442C50235D492556e
Octal1045450431351114512616
Binary100010010110010101000111011101100100110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442C05; }

 p { color: rgb(68,44,5); }

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

<style>
 a { background-color: #442C05; }

 a { background-color: rgb(68,44,5); }

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

<style>
 span { border-color: #442C05; }

 span { border-color: rgb(68,44,5); }

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