#4E360C

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

Shades of Clinker #4E360C

Tints of Clinker #4E360C

Color information

#4E360C (or 0x4E360C) is unknown color: approx Clinker. HEX triplet: 4E, 36 and 0C. RGB value is (78,54,12). Sum of RGB (Red+Green+Blue) = 78+54+12=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E360C is #B1C9F3. Grayscale: #383838. Windows color (decimal): -11651572 or 800334. OLE color: 800334.

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

Color convert

RGB785412-
CMYK00.310.850.69
HSL38.18º73.33%17.65%-
HSV(B)38.18º84.62%30.59%-
XYZ4.534.280.94-
YUV56.39102.95143.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=54.17%
G=37.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78541200.310.850.6938.1873.3317.65
Hex4E36C01F5545264912
Octal11666140371251054611122
Binary1001110110110110001111110101011000101100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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