#4E361C

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

Shades of Clinker #4E361C

Tints of Clinker #4E361C

Color information

#4E361C (or 0x4E361C) is unknown color: approx Clinker. HEX triplet: 4E, 36 and 1C. RGB value is (78,54,28). Sum of RGB (Red+Green+Blue) = 78+54+28=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E361C is #B1C9E3. Grayscale: #3A3A3A. Windows color (decimal): -11651556 or 1848910. OLE color: 1848910.

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

Color convert

RGB785428-
CMYK00.310.640.69
HSL31.2º47.17%20.78%-
HSV(B)31.2º64.1%30.59%-
XYZ4.674.341.69-
YUV58.21110.95142.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=48.75%
G=33.75%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78542800.310.640.6931.247.1720.78
Hex4E361C01F40451f2f15
Octal1166634037100105375725
Binary100111011011011100011111100000010001011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,54,28); }

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

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

 a { background-color: rgb(78,54,28); }

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

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

 span { border-color: rgb(78,54,28); }

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