#4E381A

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

Shades of Clinker #4E381A

Tints of Clinker #4E381A

Color information

#4E381A (or 0x4E381A) is unknown color: approx Clinker. HEX triplet: 4E, 38 and 1A. RGB value is (78,56,26). Sum of RGB (Red+Green+Blue) = 78+56+26=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E381A is #B1C7E5. Grayscale: #3B3B3B. Windows color (decimal): -11651046 or 1718350. OLE color: 1718350.

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

Color convert

RGB785626-
CMYK00.280.670.69
HSL34.62º50%20.39%-
HSV(B)34.62º66.67%30.59%-
XYZ4.744.521.6-
YUV59.16109.29141.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=48.75%
G=35%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78562600.280.670.6934.625020.39
Hex4E381A01C4345233214
Octal1167032034103105436224
Binary1001110111000110100111001000011100010110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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