#442D0E

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

Shades of Clinker #442D0E

Tints of Clinker #442D0E

Color information

#442D0E (or 0x442D0E) is unknown color: approx Clinker. HEX triplet: 44, 2D and 0E. RGB value is (68,45,14). Sum of RGB (Red+Green+Blue) = 68+45+14=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D0E is #BBD2F1. Grayscale: #303030. Windows color (decimal): -12309234 or 929092. OLE color: 929092.

HSL color Cylindrical-coordinate representation of color #442D0E: hue angle of 34.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442D0E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB684514-
CMYK00.340.790.73
HSL34.44º65.85%16.08%-
HSV(B)34.44º79.41%26.67%-
XYZ3.43.140.84-
YUV48.34108.62142.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=53.54%
G=35.43%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68451400.340.790.7334.4465.8516.08
Hex442DE0224F49224210
Octal10455160421171114210220
Binary10001001011011110010001010011111001001100010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,45,14); }

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

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

 a { background-color: rgb(68,45,14); }

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

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

 span { border-color: rgb(68,45,14); }

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