#49331C

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

Shades of Clinker #49331C

Tints of Clinker #49331C

Color information

#49331C (or 0x49331C) is unknown color: approx Clinker. HEX triplet: 49, 33 and 1C. RGB value is (73,51,28). Sum of RGB (Red+Green+Blue) = 73+51+28=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49331C is #B6CCE3. Grayscale: #373737. Windows color (decimal): -11980004 or 1848137. OLE color: 1848137.

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

Color convert

RGB735128-
CMYK00.300.620.71
HSL30.67º44.55%19.8%-
HSV(B)30.67º61.64%28.63%-
XYZ4.143.871.63-
YUV54.96112.79140.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=48.03%
G=33.55%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73512800.300.620.7130.6744.5519.8
Hex49331C01E3E471f2d14
Octal111633403676107375524
Binary10010011100111110001111011111010001111111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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