#4E3916

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

Shades of Clinker #4E3916

Tints of Clinker #4E3916

Color information

#4E3916 (or 0x4E3916) is unknown color: approx Clinker. HEX triplet: 4E, 39 and 16. RGB value is (78,57,22). Sum of RGB (Red+Green+Blue) = 78+57+22=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3916 is #B1C6E9. Grayscale: #3B3B3B. Windows color (decimal): -11650794 or 1456462. OLE color: 1456462.

HSL color Cylindrical-coordinate representation of color #4E3916: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3916 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB785722-
CMYK00.270.720.69
HSL37.5º56%19.61%-
HSV(B)37.5º71.79%30.59%-
XYZ4.754.61.4-
YUV59.29106.96141.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=49.68%
G=36.31%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78572200.270.720.6937.55619.61
Hex4E391601B4845263814
Octal1167126033110105467024
Binary1001110111001101100110111001000100010110011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3916; }

 p { color: rgb(78,57,22); }

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

<style>
 a { background-color: #4E3916; }

 a { background-color: rgb(78,57,22); }

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

<style>
 span { border-color: #4E3916; }

 span { border-color: rgb(78,57,22); }

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