#49371F

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

Shades of Clinker #49371F

Tints of Clinker #49371F

Color information

#49371F (or 0x49371F) is unknown color: approx Clinker. HEX triplet: 49, 37 and 1F. RGB value is (73,55,31). Sum of RGB (Red+Green+Blue) = 73+55+31=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49371F is #B6C8E0. Grayscale: #393939. Windows color (decimal): -11978977 or 2045769. OLE color: 2045769.

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

Color convert

RGB735531-
CMYK00.250.580.71
HSL34.29º40.38%20.39%-
HSV(B)34.29º57.53%28.63%-
XYZ4.364.251.89-
YUV57.65112.96138.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=45.91%
G=34.59%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73553100.250.580.7134.2940.3820.39
Hex49371F0193A47222814
Octal111673703172107425024
Binary100100111011111111011001111010100011110001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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