#49341A

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

Shades of Clinker #49341A

Tints of Clinker #49341A

Color information

#49341A (or 0x49341A) is unknown color: approx Clinker. HEX triplet: 49, 34 and 1A. RGB value is (73,52,26). Sum of RGB (Red+Green+Blue) = 73+52+26=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341A is #B6CBE5. Grayscale: #373737. Windows color (decimal): -11979750 or 1717321. OLE color: 1717321.

HSL color Cylindrical-coordinate representation of color #49341A: hue angle of 33.19º 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 #49341A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB735226-
CMYK00.290.640.71
HSL33.19º47.47%19.41%-
HSV(B)33.19º64.38%28.63%-
XYZ4.163.951.52-
YUV55.32111.46140.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=48.34%
G=34.44%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73522600.290.640.7133.1947.4719.41
Hex49341A01D4047212f13
Octal1116432035100107415723
Binary1001001110100110100111011000000100011110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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