#442F11

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

Shades of Clinker #442F11

Tints of Clinker #442F11

Color information

#442F11 (or 0x442F11) is unknown color: approx Clinker. HEX triplet: 44, 2F and 11. RGB value is (68,47,17). Sum of RGB (Red+Green+Blue) = 68+47+17=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F11 is #BBD0EE. Grayscale: #313131. Windows color (decimal): -12308719 or 1126212. OLE color: 1126212.

HSL color Cylindrical-coordinate representation of color #442F11: hue angle of 35.29º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442F11 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB684717-
CMYK00.310.750.73
HSL35.29º60%16.67%-
HSV(B)35.29º75%26.67%-
XYZ3.53.30.98-
YUV49.86109.46140.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=51.52%
G=35.61%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68471700.310.750.7335.296016.67
Hex442F1101F4B49233c11
Octal1045721037113111437421
Binary1000100101111100010111111001011100100110001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,47,17); }

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

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

 a { background-color: rgb(68,47,17); }

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

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

 span { border-color: rgb(68,47,17); }

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