#442E0B

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

Shades of Clinker #442E0B

Tints of Clinker #442E0B

Color information

#442E0B (or 0x442E0B) is unknown color: approx Clinker. HEX triplet: 44, 2E and 0B. RGB value is (68,46,11). Sum of RGB (Red+Green+Blue) = 68+46+11=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E0B is #BBD1F4. Grayscale: #303030. Windows color (decimal): -12308981 or 732740. OLE color: 732740.

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

Color convert

RGB684611-
CMYK00.320.840.73
HSL36.84º72.15%15.49%-
HSV(B)36.84º83.82%26.67%-
XYZ3.423.210.76-
YUV48.59106.79141.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=54.4%
G=36.8%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68461100.320.840.7336.8472.1515.49
Hex442EB02054492548f
Octal10456130401241114511017
Binary1000100101110101101000001010100100100110010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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