#4E3818

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

Shades of Clinker #4E3818

Tints of Clinker #4E3818

Color information

#4E3818 (or 0x4E3818) is unknown color: approx Clinker. HEX triplet: 4E, 38 and 18. RGB value is (78,56,24). Sum of RGB (Red+Green+Blue) = 78+56+24=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3818 is #B1C7E7. Grayscale: #3B3B3B. Windows color (decimal): -11651048 or 1587278. OLE color: 1587278.

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

Color convert

RGB785624-
CMYK00.280.690.69
HSL35.56º52.94%20%-
HSV(B)35.56º69.23%30.59%-
XYZ4.724.511.49-
YUV58.93108.29141.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=49.37%
G=35.44%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78562400.280.690.6935.5652.9420
Hex4E381801C4545243514
Octal1167030034105105446524
Binary1001110111000110000111001000101100010110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,24); }

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

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

 a { background-color: rgb(78,56,24); }

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

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

 span { border-color: rgb(78,56,24); }

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