#442E0E

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

Shades of Clinker #442E0E

Tints of Clinker #442E0E

Color information

#442E0E (or 0x442E0E) is unknown color: approx Clinker. HEX triplet: 44, 2E and 0E. RGB value is (68,46,14). Sum of RGB (Red+Green+Blue) = 68+46+14=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E0E is #BBD1F1. Grayscale: #313131. Windows color (decimal): -12308978 or 929348. OLE color: 929348.

HSL color Cylindrical-coordinate representation of color #442E0E: hue angle of 35.56º 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 #442E0E is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB684614-
CMYK00.320.790.73
HSL35.56º65.85%16.08%-
HSV(B)35.56º79.41%26.67%-
XYZ3.443.210.85-
YUV48.93108.29141.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=53.12%
G=35.94%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68461400.320.790.7335.5665.8516.08
Hex442EE0204F49244210
Octal10456160401171114410220
Binary10001001011101110010000010011111001001100100100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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