#4E3518

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

Shades of Clinker #4E3518

Tints of Clinker #4E3518

Color information

#4E3518 (or 0x4E3518) is unknown color: approx Clinker. HEX triplet: 4E, 35 and 18. RGB value is (78,53,24). Sum of RGB (Red+Green+Blue) = 78+53+24=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3518 is #B1CAE7. Grayscale: #393939. Windows color (decimal): -11651816 or 1586510. OLE color: 1586510.

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

Color convert

RGB785324-
CMYK00.320.690.69
HSL32.22º52.94%20%-
HSV(B)32.22º69.23%30.59%-
XYZ4.584.231.44-
YUV57.17109.28142.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=50.32%
G=34.19%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78532400.320.690.6932.2252.9420
Hex4E35180204545203514
Octal1166530040105105406524
Binary10011101101011100001000001000101100010110000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,24); }

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

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

 a { background-color: rgb(78,53,24); }

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

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

 span { border-color: rgb(78,53,24); }

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