#49321A

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

Shades of Clinker #49321A

Tints of Clinker #49321A

Color information

#49321A (or 0x49321A) is unknown color: approx Clinker. HEX triplet: 49, 32 and 1A. RGB value is (73,50,26). Sum of RGB (Red+Green+Blue) = 73+50+26=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49321A is #B6CDE5. Grayscale: #363636. Windows color (decimal): -11980262 or 1716809. OLE color: 1716809.

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

Color convert

RGB735026-
CMYK00.320.640.71
HSL30.64º47.47%19.41%-
HSV(B)30.64º64.38%28.63%-
XYZ4.073.771.49-
YUV54.14112.12141.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=48.99%
G=33.56%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73502600.320.640.7130.6447.4719.41
Hex49321A02040471f2f13
Octal1116232040100107375723
Binary1001001110010110100100000100000010001111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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