#4E371E

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

Shades of Clinker #4E371E

Tints of Clinker #4E371E

Color information

#4E371E (or 0x4E371E) is unknown color: approx Clinker. HEX triplet: 4E, 37 and 1E. RGB value is (78,55,30). Sum of RGB (Red+Green+Blue) = 78+55+30=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E371E is #B1C8E1. Grayscale: #3B3B3B. Windows color (decimal): -11651298 or 1980238. OLE color: 1980238.

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

Color convert

RGB785530-
CMYK00.290.620.69
HSL31.25º44.44%21.18%-
HSV(B)31.25º61.54%30.59%-
XYZ4.744.451.84-
YUV59.03111.62141.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=47.85%
G=33.74%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78553000.290.620.6931.2544.4421.18
Hex4E371E01D3E451f2c15
Octal116673603576105375425
Binary10011101101111111001110111111010001011111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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