#4E350E

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

Shades of Clinker #4E350E

Tints of Clinker #4E350E

Color information

#4E350E (or 0x4E350E) is unknown color: approx Clinker. HEX triplet: 4E, 35 and 0E. RGB value is (78,53,14). Sum of RGB (Red+Green+Blue) = 78+53+14=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E350E is #B1CAF1. Grayscale: #383838. Windows color (decimal): -11651826 or 931150. OLE color: 931150.

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

Color convert

RGB785314-
CMYK00.320.820.69
HSL36.56º69.57%18.04%-
HSV(B)36.56º82.05%30.59%-
XYZ4.494.20.99-
YUV56.03104.28143.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=53.79%
G=36.55%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78531400.320.820.6936.5669.5718.04
Hex4E35E0205245254612
Octal11665160401221054510622
Binary10011101101011110010000010100101000101100101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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