#442E11

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

Shades of Clinker #442E11

Tints of Clinker #442E11

Color information

#442E11 (or 0x442E11) is unknown color: approx Clinker. HEX triplet: 44, 2E and 11. RGB value is (68,46,17). Sum of RGB (Red+Green+Blue) = 68+46+17=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E11 is #BBD1EE. Grayscale: #313131. Windows color (decimal): -12308975 or 1125956. OLE color: 1125956.

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

Color convert

RGB684617-
CMYK00.320.750.73
HSL34.12º60%16.67%-
HSV(B)34.12º75%26.67%-
XYZ3.463.220.97-
YUV49.27109.79141.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=51.91%
G=35.11%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68461700.320.750.7334.126016.67
Hex442E110204B49223c11
Octal1045621040113111427421
Binary10001001011101000101000001001011100100110001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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