#4E360E

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

Shades of Clinker #4E360E

Tints of Clinker #4E360E

Color information

#4E360E (or 0x4E360E) is unknown color: approx Clinker. HEX triplet: 4E, 36 and 0E. RGB value is (78,54,14). Sum of RGB (Red+Green+Blue) = 78+54+14=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E360E is #B1C9F1. Grayscale: #383838. Windows color (decimal): -11651570 or 931406. OLE color: 931406.

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

Color convert

RGB785414-
CMYK00.310.820.69
HSL37.5º69.57%18.04%-
HSV(B)37.5º82.05%30.59%-
XYZ4.544.291-
YUV56.62103.95143.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.42%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=53.42%
G=36.99%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78541400.310.820.6937.569.5718.04
Hex4E36E01F5245264612
Octal11666160371221054610622
Binary1001110110110111001111110100101000101100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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