#4E3A20

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

Shades of Clinker #4E3A20

Tints of Clinker #4E3A20

Color information

#4E3A20 (or 0x4E3A20) is unknown color: approx Clinker. HEX triplet: 4E, 3A and 20. RGB value is (78,58,32). Sum of RGB (Red+Green+Blue) = 78+58+32=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A20 is #B1C5DF. Grayscale: #3D3D3D. Windows color (decimal): -11650528 or 2112078. OLE color: 2112078.

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

Color convert

RGB785832-
CMYK00.260.590.69
HSL33.91º41.82%21.57%-
HSV(B)33.91º58.97%30.59%-
XYZ4.924.752.02-
YUV61.02111.63140.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=46.43%
G=34.52%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78583200.260.590.6933.9141.8221.57
Hex4E3A2001A3B45222a16
Octal116724003273105425226
Binary1001110111010100000011010111011100010110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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