#4E3A1F

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

Shades of Clinker #4E3A1F

Tints of Clinker #4E3A1F

Color information

#4E3A1F (or 0x4E3A1F) is unknown color: approx Clinker. HEX triplet: 4E, 3A and 1F. RGB value is (78,58,31). Sum of RGB (Red+Green+Blue) = 78+58+31=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A1F is #B1C5E0. Grayscale: #3D3D3D. Windows color (decimal): -11650529 or 2046542. OLE color: 2046542.

HSL color Cylindrical-coordinate representation of color #4E3A1F: hue angle of 34.47º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E3A1F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB785831-
CMYK00.260.600.69
HSL34.47º43.12%21.37%-
HSV(B)34.47º60.26%30.59%-
XYZ4.94.741.95-
YUV60.9111.13140.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.71%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=46.71%
G=34.73%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78583100.260.600.6934.4743.1221.37
Hex4E3A1F01A3C45222b15
Octal116723703274105425325
Binary100111011101011111011010111100100010110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,31); }

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

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

 a { background-color: rgb(78,58,31); }

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

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

 span { border-color: rgb(78,58,31); }

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