#4E391D

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

Shades of Clinker #4E391D

Tints of Clinker #4E391D

Color information

#4E391D (or 0x4E391D) is unknown color: approx Clinker. HEX triplet: 4E, 39 and 1D. RGB value is (78,57,29). Sum of RGB (Red+Green+Blue) = 78+57+29=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E391D is #B1C6E2. Grayscale: #3C3C3C. Windows color (decimal): -11650787 or 1915214. OLE color: 1915214.

HSL color Cylindrical-coordinate representation of color #4E391D: hue angle of 34.29º 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 #4E391D is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB785729-
CMYK00.270.630.69
HSL34.29º45.79%20.98%-
HSV(B)34.29º62.82%30.59%-
XYZ4.834.631.8-
YUV60.09110.46140.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.56%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=47.56%
G=34.76%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78572900.270.630.6934.2945.7920.98
Hex4E391D01B3F45222e15
Octal116713503377105425625
Binary100111011100111101011011111111100010110001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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