#49361E

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

Shades of Clinker #49361E

Tints of Clinker #49361E

Color information

#49361E (or 0x49361E) is unknown color: approx Clinker. HEX triplet: 49, 36 and 1E. RGB value is (73,54,30). Sum of RGB (Red+Green+Blue) = 73+54+30=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361E is #B6C9E1. Grayscale: #393939. Windows color (decimal): -11979234 or 1979977. OLE color: 1979977.

HSL color Cylindrical-coordinate representation of color #49361E: hue angle of 33.49º 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 #49361E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB735430-
CMYK00.260.590.71
HSL33.49º41.75%20.2%-
HSV(B)33.49º58.9%28.63%-
XYZ4.34.151.8-
YUV56.94112.79139.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=46.50%
G=34.39%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73543000.260.590.7133.4941.7520.2
Hex49361E01A3B47212a14
Octal111663603273107415224
Binary100100111011011110011010111011100011110000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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