#4E3412

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

Shades of Clinker #4E3412

Tints of Clinker #4E3412

Color information

#4E3412 (or 0x4E3412) is unknown color: approx Clinker. HEX triplet: 4E, 34 and 12. RGB value is (78,52,18). Sum of RGB (Red+Green+Blue) = 78+52+18=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3412 is #B1CBED. Grayscale: #383838. Windows color (decimal): -11652078 or 1193038. OLE color: 1193038.

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

Color convert

RGB785218-
CMYK00.330.770.69
HSL34º62.5%18.82%-
HSV(B)34º76.92%30.59%-
XYZ4.484.121.13-
YUV55.9106.61143.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.70%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=52.70%
G=35.14%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78521800.330.770.693462.518.82
Hex4E34120214D45223e13
Octal1166422041115105427623
Binary10011101101001001001000011001101100010110001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,18); }

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

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

 a { background-color: rgb(78,52,18); }

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

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

 span { border-color: rgb(78,52,18); }

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