#4E3A1D

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

Shades of Clinker #4E3A1D

Tints of Clinker #4E3A1D

Color information

#4E3A1D (or 0x4E3A1D) is unknown color: approx Clinker. HEX triplet: 4E, 3A and 1D. RGB value is (78,58,29). Sum of RGB (Red+Green+Blue) = 78+58+29=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A1D is #B1C5E2. Grayscale: #3C3C3C. Windows color (decimal): -11650531 or 1915470. OLE color: 1915470.

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

Color convert

RGB785829-
CMYK00.260.630.69
HSL35.51º45.79%20.98%-
HSV(B)35.51º62.82%30.59%-
XYZ4.884.731.82-
YUV60.67110.13140.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=47.27%
G=35.15%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78582900.260.630.6935.5145.7920.98
Hex4E3A1D01A3F45242e15
Octal116723503277105445625
Binary100111011101011101011010111111100010110010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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