#49300B

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

Shades of Clinker #49300B

Tints of Clinker #49300B

Color information

#49300B (or 0x49300B) is unknown color: approx Clinker. HEX triplet: 49, 30 and 0B. RGB value is (73,48,11). Sum of RGB (Red+Green+Blue) = 73+48+11=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49300B is #B6CFF4. Grayscale: #333333. Windows color (decimal): -11980789 or 733257. OLE color: 733257.

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

Color convert

RGB734811-
CMYK00.340.850.71
HSL35.81º73.81%16.47%-
HSV(B)35.81º84.93%28.63%-
XYZ3.873.550.8-
YUV51.26105.28143.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=55.30%
G=36.36%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73481100.340.850.7135.8173.8116.47
Hex4930B0225547244a10
Octal11160130421251074411220
Binary10010011100001011010001010101011000111100100100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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