#4E361E

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

Shades of Clinker #4E361E

Tints of Clinker #4E361E

Color information

#4E361E (or 0x4E361E) is unknown color: approx Clinker. HEX triplet: 4E, 36 and 1E. RGB value is (78,54,30). Sum of RGB (Red+Green+Blue) = 78+54+30=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E361E is #B1C9E1. Grayscale: #3A3A3A. Windows color (decimal): -11651554 or 1979982. OLE color: 1979982.

HSL color Cylindrical-coordinate representation of color #4E361E: hue angle of 30º 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 #4E361E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB785430-
CMYK00.310.620.69
HSL30º44.44%21.18%-
HSV(B)30º61.54%30.59%-
XYZ4.74.351.82-
YUV58.44111.95141.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=48.15%
G=33.33%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78543000.310.620.693044.4421.18
Hex4E361E01F3E451e2c15
Octal116663603776105365425
Binary10011101101101111001111111111010001011111010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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