#49371E

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

Shades of Clinker #49371E

Tints of Clinker #49371E

Color information

#49371E (or 0x49371E) is unknown color: approx Clinker. HEX triplet: 49, 37 and 1E. RGB value is (73,55,30). Sum of RGB (Red+Green+Blue) = 73+55+30=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371E is #B6C8E1. Grayscale: #393939. Windows color (decimal): -11978978 or 1980233. OLE color: 1980233.

HSL color Cylindrical-coordinate representation of color #49371E: hue angle of 34.88º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49371E is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB735530-
CMYK00.250.590.71
HSL34.88º41.75%20.2%-
HSV(B)34.88º58.9%28.63%-
XYZ4.354.241.82-
YUV57.53112.46139.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=46.20%
G=34.81%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73553000.250.590.7134.8841.7520.2
Hex49371E0193B47232a14
Octal111673603173107435224
Binary100100111011111110011001111011100011110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49371E; }

 p { color: rgb(73,55,30); }

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

<style>
 a { background-color: #49371E; }

 a { background-color: rgb(73,55,30); }

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

<style>
 span { border-color: #49371E; }

 span { border-color: rgb(73,55,30); }

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