#4E361B

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

Shades of Clinker #4E361B

Tints of Clinker #4E361B

Color information

#4E361B (or 0x4E361B) is unknown color: approx Clinker. HEX triplet: 4E, 36 and 1B. RGB value is (78,54,27). Sum of RGB (Red+Green+Blue) = 78+54+27=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E361B is #B1C9E4. Grayscale: #3A3A3A. Windows color (decimal): -11651557 or 1783374. OLE color: 1783374.

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

Color convert

RGB785427-
CMYK00.310.650.69
HSL31.76º48.57%20.59%-
HSV(B)31.76º65.38%30.59%-
XYZ4.664.341.63-
YUV58.1110.45142.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=49.06%
G=33.96%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78542700.310.650.6931.7648.5720.59
Hex4E361B01F4145203115
Octal1166633037101105406125
Binary1001110110110110110111111000001100010110000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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