#4E3614

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

Shades of Clinker #4E3614

Tints of Clinker #4E3614

Color information

#4E3614 (or 0x4E3614) is unknown color: approx Clinker. HEX triplet: 4E, 36 and 14. RGB value is (78,54,20). Sum of RGB (Red+Green+Blue) = 78+54+20=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3614 is #B1C9EB. Grayscale: #393939. Windows color (decimal): -11651564 or 1324622. OLE color: 1324622.

HSL color Cylindrical-coordinate representation of color #4E3614: hue angle of 35.17º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3614 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB785420-
CMYK00.310.740.69
HSL35.17º59.18%19.22%-
HSV(B)35.17º74.36%30.59%-
XYZ4.594.311.25-
YUV57.3106.95142.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=51.32%
G=35.53%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78542000.310.740.6935.1759.1819.22
Hex4E361401F4A45233b13
Octal1166624037112105437323
Binary1001110110110101000111111001010100010110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,54,20); }

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

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

 a { background-color: rgb(78,54,20); }

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

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

 span { border-color: rgb(78,54,20); }

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