#49351E

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

Shades of Clinker #49351E

Tints of Clinker #49351E

Color information

#49351E (or 0x49351E) is unknown color: approx Clinker. HEX triplet: 49, 35 and 1E. RGB value is (73,53,30). Sum of RGB (Red+Green+Blue) = 73+53+30=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49351E is #B6CAE1. Grayscale: #383838. Windows color (decimal): -11979490 or 1979721. OLE color: 1979721.

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

Color convert

RGB735330-
CMYK00.270.590.71
HSL32.09º41.75%20.2%-
HSV(B)32.09º58.9%28.63%-
XYZ4.264.061.79-
YUV56.36113.13139.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=46.79%
G=33.97%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73533000.270.590.7132.0941.7520.2
Hex49351E01B3B47202a14
Octal111653603373107405224
Binary100100111010111110011011111011100011110000010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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