#49300D

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

Shades of Clinker #49300D

Tints of Clinker #49300D

Color information

#49300D (or 0x49300D) is unknown color: approx Clinker. HEX triplet: 49, 30 and 0D. RGB value is (73,48,13). Sum of RGB (Red+Green+Blue) = 73+48+13=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49300D is #B6CFF2. Grayscale: #333333. Windows color (decimal): -11980787 or 864329. OLE color: 864329.

HSL color Cylindrical-coordinate representation of color #49300D: hue angle of 35º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49300D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB734813-
CMYK00.340.820.71
HSL35º69.77%16.86%-
HSV(B)35º82.19%28.63%-
XYZ3.883.560.86-
YUV51.48106.28143.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=54.48%
G=35.82%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73481300.340.820.713569.7716.86
Hex4930D0225247234611
Octal11160150421221074310621
Binary10010011100001101010001010100101000111100011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49300D; }

 p { color: rgb(73,48,13); }

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

<style>
 a { background-color: #49300D; }

 a { background-color: rgb(73,48,13); }

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

<style>
 span { border-color: #49300D; }

 span { border-color: rgb(73,48,13); }

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