#4E3A19

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

Shades of Clinker #4E3A19

Tints of Clinker #4E3A19

Color information

#4E3A19 (or 0x4E3A19) is unknown color: approx Clinker. HEX triplet: 4E, 3A and 19. RGB value is (78,58,25). Sum of RGB (Red+Green+Blue) = 78+58+25=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3A19 is #B1C5E6. Grayscale: #3C3C3C. Windows color (decimal): -11650535 or 1653326. OLE color: 1653326.

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

Color convert

RGB785825-
CMYK00.260.680.69
HSL37.36º51.46%20.2%-
HSV(B)37.36º67.95%30.59%-
XYZ4.834.721.58-
YUV60.22108.13140.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=48.45%
G=36.02%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78582500.260.680.6937.3651.4620.2
Hex4E3A1901A4445253314
Octal1167231032104105456324
Binary1001110111010110010110101000100100010110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,25); }

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

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

 a { background-color: rgb(78,58,25); }

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

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

 span { border-color: rgb(78,58,25); }

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