#4E3714

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

Shades of Clinker #4E3714

Tints of Clinker #4E3714

Color information

#4E3714 (or 0x4E3714) is unknown color: approx Clinker. HEX triplet: 4E, 37 and 14. RGB value is (78,55,20). Sum of RGB (Red+Green+Blue) = 78+55+20=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3714 is #B1C8EB. Grayscale: #3A3A3A. Windows color (decimal): -11651308 or 1324878. OLE color: 1324878.

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

Color convert

RGB785520-
CMYK00.290.740.69
HSL36.21º59.18%19.22%-
HSV(B)36.21º74.36%30.59%-
XYZ4.634.41.27-
YUV57.89106.62142.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.98%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=50.98%
G=35.95%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78552000.290.740.6936.2159.1819.22
Hex4E371401D4A45243b13
Octal1166724035112105447323
Binary1001110110111101000111011001010100010110010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,55,20); }

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

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

 a { background-color: rgb(78,55,20); }

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

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

 span { border-color: rgb(78,55,20); }

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