#49361F

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

Shades of Clinker #49361F

Tints of Clinker #49361F

Color information

#49361F (or 0x49361F) is unknown color: approx Clinker. HEX triplet: 49, 36 and 1F. RGB value is (73,54,31). Sum of RGB (Red+Green+Blue) = 73+54+31=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361F is #B6C9E0. Grayscale: #393939. Windows color (decimal): -11979233 or 2045513. OLE color: 2045513.

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

Color convert

RGB735431-
CMYK00.260.580.71
HSL32.86º40.38%20.39%-
HSV(B)32.86º57.53%28.63%-
XYZ4.314.151.87-
YUV57.06113.29139.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=46.20%
G=34.18%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73543100.260.580.7132.8640.3820.39
Hex49361F01A3A47212814
Octal111663703272107415024
Binary100100111011011111011010111010100011110000110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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