#442E13

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

Shades of Clinker #442E13

Tints of Clinker #442E13

Color information

#442E13 (or 0x442E13) is unknown color: approx Clinker. HEX triplet: 44, 2E and 13. RGB value is (68,46,19). Sum of RGB (Red+Green+Blue) = 68+46+19=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E13 is #BBD1EC. Grayscale: #313131. Windows color (decimal): -12308973 or 1257028. OLE color: 1257028.

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

Color convert

RGB684619-
CMYK00.320.720.73
HSL33.06º56.32%17.06%-
HSV(B)33.06º72.06%26.67%-
XYZ3.483.231.06-
YUV49.5110.79141.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=51.13%
G=34.59%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68461900.320.720.7333.0656.3217.06
Hex442E130204849213811
Octal1045623040110111417021
Binary10001001011101001101000001001000100100110000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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