#49351F

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

Shades of Clinker #49351F

Tints of Clinker #49351F

Color information

#49351F (or 0x49351F) is unknown color: approx Clinker. HEX triplet: 49, 35 and 1F. RGB value is (73,53,31). Sum of RGB (Red+Green+Blue) = 73+53+31=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49351F is #B6CAE0. Grayscale: #383838. Windows color (decimal): -11979489 or 2045257. OLE color: 2045257.

HSL color Cylindrical-coordinate representation of color #49351F: hue angle of 31.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49351F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB735331-
CMYK00.270.580.71
HSL31.43º40.38%20.39%-
HSV(B)31.43º57.53%28.63%-
XYZ4.274.061.86-
YUV56.47113.63139.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=46.50%
G=33.76%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73533100.270.580.7131.4340.3820.39
Hex49351F01B3A471f2814
Octal111653703372107375024
Binary10010011101011111101101111101010001111111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49351F; }

 p { color: rgb(73,53,31); }

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

<style>
 a { background-color: #49351F; }

 a { background-color: rgb(73,53,31); }

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

<style>
 span { border-color: #49351F; }

 span { border-color: rgb(73,53,31); }

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