#4E350C

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

Shades of Clinker #4E350C

Tints of Clinker #4E350C

Color information

#4E350C (or 0x4E350C) is unknown color: approx Clinker. HEX triplet: 4E, 35 and 0C. RGB value is (78,53,12). Sum of RGB (Red+Green+Blue) = 78+53+12=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E350C is #B1CAF3. Grayscale: #373737. Windows color (decimal): -11651828 or 800078. OLE color: 800078.

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

Color convert

RGB785312-
CMYK00.320.850.69
HSL37.27º73.33%17.65%-
HSV(B)37.27º84.62%30.59%-
XYZ4.484.190.92-
YUV55.8103.28143.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.55%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=54.55%
G=37.06%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78531200.320.850.6937.2773.3317.65
Hex4E35C0205545254912
Octal11665140401251054511122
Binary10011101101011100010000010101011000101100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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