#4E340E

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

Shades of Clinker #4E340E

Tints of Clinker #4E340E

Color information

#4E340E (or 0x4E340E) is unknown color: approx Clinker. HEX triplet: 4E, 34 and 0E. RGB value is (78,52,14). Sum of RGB (Red+Green+Blue) = 78+52+14=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E340E is #B1CBF1. Grayscale: #373737. Windows color (decimal): -11652082 or 930894. OLE color: 930894.

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

Color convert

RGB785214-
CMYK00.330.820.69
HSL35.62º69.57%18.04%-
HSV(B)35.62º82.05%30.59%-
XYZ4.454.110.97-
YUV55.44104.61144.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=54.17%
G=36.11%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78521400.330.820.6935.6269.5718.04
Hex4E34E0215245244612
Octal11664160411221054410622
Binary10011101101001110010000110100101000101100100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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