#442F15

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

Shades of Clinker #442F15

Tints of Clinker #442F15

Color information

#442F15 (or 0x442F15) is unknown color: approx Clinker. HEX triplet: 44, 2F and 15. RGB value is (68,47,21). Sum of RGB (Red+Green+Blue) = 68+47+21=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F15 is #BBD0EA. Grayscale: #323232. Windows color (decimal): -12308715 or 1388356. OLE color: 1388356.

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

Color convert

RGB684721-
CMYK00.310.690.73
HSL33.19º52.81%17.45%-
HSV(B)33.19º69.12%26.67%-
XYZ3.543.321.16-
YUV50.32111.46140.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=50%
G=34.56%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68472100.310.690.7333.1952.8117.45
Hex442F1501F4549213511
Octal1045725037105111416521
Binary1000100101111101010111111000101100100110000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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