#49361C

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

Shades of Clinker #49361C

Tints of Clinker #49361C

Color information

#49361C (or 0x49361C) is unknown color: approx Clinker. HEX triplet: 49, 36 and 1C. RGB value is (73,54,28). Sum of RGB (Red+Green+Blue) = 73+54+28=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361C is #B6C9E3. Grayscale: #383838. Windows color (decimal): -11979236 or 1848905. OLE color: 1848905.

HSL color Cylindrical-coordinate representation of color #49361C: hue angle of 34.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49361C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB735428-
CMYK00.260.620.71
HSL34.67º44.55%19.8%-
HSV(B)34.67º61.64%28.63%-
XYZ4.284.141.67-
YUV56.72111.79139.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=47.10%
G=34.84%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73542800.260.620.7134.6744.5519.8
Hex49361C01A3E47232d14
Octal111663403276107435524
Binary100100111011011100011010111110100011110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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