#4E381F

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

Shades of Clinker #4E381F

Tints of Clinker #4E381F

Color information

#4E381F (or 0x4E381F) is unknown color: approx Clinker. HEX triplet: 4E, 38 and 1F. RGB value is (78,56,31). Sum of RGB (Red+Green+Blue) = 78+56+31=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E381F is #B1C7E0. Grayscale: #3B3B3B. Windows color (decimal): -11651041 or 2046030. OLE color: 2046030.

HSL color Cylindrical-coordinate representation of color #4E381F: hue angle of 31.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E381F is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB785631-
CMYK00.280.600.69
HSL31.91º43.12%21.37%-
HSV(B)31.91º60.26%30.59%-
XYZ4.84.551.92-
YUV59.73111.79141.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=47.27%
G=33.94%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78563100.280.600.6931.9143.1221.37
Hex4E381F01C3C45202b15
Octal116703703474105405325
Binary100111011100011111011100111100100010110000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,31); }

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

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

 a { background-color: rgb(78,56,31); }

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

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

 span { border-color: rgb(78,56,31); }

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