#442C07

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

Shades of Clinker #442C07

Tints of Clinker #442C07

Color information

#442C07 (or 0x442C07) is unknown color: approx Clinker. HEX triplet: 44, 2C and 07. RGB value is (68,44,7). Sum of RGB (Red+Green+Blue) = 68+44+7=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #442C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C07 is #BBD3F8. Grayscale: #2F2F2F. Windows color (decimal): -12309497 or 470084. OLE color: 470084.

HSL color Cylindrical-coordinate representation of color #442C07: hue angle of 36.39º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442C07 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68447-
CMYK00.350.900.73
HSL36.39º81.33%14.71%-
HSV(B)36.39º89.71%26.67%-
XYZ3.323.050.61-
YUV46.96105.45143.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=57.14%
G=36.97%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844700.350.900.7336.3981.3314.71
Hex442C70235A492451f
Octal1045470431321114412117
Binary100010010110011101000111011010100100110010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,7); }

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

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

 a { background-color: rgb(68,44,7); }

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

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

 span { border-color: rgb(68,44,7); }

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