#49340C

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

Shades of Clinker #49340C

Tints of Clinker #49340C

Color information

#49340C (or 0x49340C) is unknown color: approx Clinker. HEX triplet: 49, 34 and 0C. RGB value is (73,52,12). Sum of RGB (Red+Green+Blue) = 73+52+12=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49340C is #B6CBF3. Grayscale: #353535. Windows color (decimal): -11979764 or 799817. OLE color: 799817.

HSL color Cylindrical-coordinate representation of color #49340C: hue angle of 39.34º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49340C is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB735212-
CMYK00.290.840.71
HSL39.34º71.76%16.67%-
HSV(B)39.34º83.56%28.63%-
XYZ4.043.90.89-
YUV53.72104.46141.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=53.28%
G=37.96%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73521200.290.840.7139.3471.7616.67
Hex4934C01D5447274811
Octal11164140351241074711021
Binary1001001110100110001110110101001000111100111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49340C; }

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

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

<style>
 a { background-color: #49340C; }

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

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

<style>
 span { border-color: #49340C; }

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

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