#49311A

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

Shades of Clinker #49311A

Tints of Clinker #49311A

Color information

#49311A (or 0x49311A) is unknown color: approx Clinker. HEX triplet: 49, 31 and 1A. RGB value is (73,49,26). Sum of RGB (Red+Green+Blue) = 73+49+26=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #49311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49311A is #B6CEE5. Grayscale: #353535. Windows color (decimal): -11980518 or 1716553. OLE color: 1716553.

HSL color Cylindrical-coordinate representation of color #49311A: hue angle of 29.36º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49311A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB734926-
CMYK00.330.640.71
HSL29.36º47.47%19.41%-
HSV(B)29.36º64.38%28.63%-
XYZ4.033.691.48-
YUV53.55112.45141.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=49.32%
G=33.11%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73492600.330.640.7129.3647.4719.41
Hex49311A02140471d2f13
Octal1116132041100107355723
Binary1001001110001110100100001100000010001111110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49311A; }

 p { color: rgb(73,49,26); }

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

<style>
 a { background-color: #49311A; }

 a { background-color: rgb(73,49,26); }

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

<style>
 span { border-color: #49311A; }

 span { border-color: rgb(73,49,26); }

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