#4E3512

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

Shades of Clinker #4E3512

Tints of Clinker #4E3512

Color information

#4E3512 (or 0x4E3512) is unknown color: approx Clinker. HEX triplet: 4E, 35 and 12. RGB value is (78,53,18). Sum of RGB (Red+Green+Blue) = 78+53+18=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3512 is #B1CAED. Grayscale: #383838. Windows color (decimal): -11651822 or 1193294. OLE color: 1193294.

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

Color convert

RGB785318-
CMYK00.320.770.69
HSL35º62.5%18.82%-
HSV(B)35º76.92%30.59%-
XYZ4.524.211.15-
YUV56.48106.28143.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=52.35%
G=35.57%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78531800.320.770.693562.518.82
Hex4E35120204D45233e13
Octal1166522040115105437623
Binary10011101101011001001000001001101100010110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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