#49311C

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

Shades of Clinker #49311C

Tints of Clinker #49311C

Color information

#49311C (or 0x49311C) is unknown color: approx Clinker. HEX triplet: 49, 31 and 1C. RGB value is (73,49,28). Sum of RGB (Red+Green+Blue) = 73+49+28=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49311C is #B6CEE3. Grayscale: #353535. Windows color (decimal): -11980516 or 1847625. OLE color: 1847625.

HSL color Cylindrical-coordinate representation of color #49311C: hue angle of 28º 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 #49311C is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB734928-
CMYK00.330.620.71
HSL28º44.55%19.8%-
HSV(B)28º61.64%28.63%-
XYZ4.063.71.6-
YUV53.78113.45141.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 28 (11.33% from 255) = 18.67%
R=48.67%
G=32.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73492800.330.620.712844.5519.8
Hex49311C0213E471c2d14
Octal111613404176107345524
Binary100100111000111100010000111111010001111110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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