#49340F

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

Shades of Clinker #49340F

Tints of Clinker #49340F

Color information

#49340F (or 0x49340F) is unknown color: approx Clinker. HEX triplet: 49, 34 and 0F. RGB value is (73,52,15). Sum of RGB (Red+Green+Blue) = 73+52+15=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49340F is #B6CBF0. Grayscale: #363636. Windows color (decimal): -11979761 or 996425. OLE color: 996425.

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

Color convert

RGB735215-
CMYK00.290.790.71
HSL38.28º65.91%17.25%-
HSV(B)38.28º79.45%28.63%-
XYZ4.063.910.99-
YUV54.06105.96141.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=52.14%
G=37.14%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73521500.290.790.7138.2865.9117.25
Hex4934F01D4F47264211
Octal11164170351171074610221
Binary1001001110100111101110110011111000111100110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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