#49330B

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

Shades of Clinker #49330B

Tints of Clinker #49330B

Color information

#49330B (or 0x49330B) is unknown color: approx Clinker. HEX triplet: 49, 33 and 0B. RGB value is (73,51,11). Sum of RGB (Red+Green+Blue) = 73+51+11=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49330B is #B6CCF4. Grayscale: #353535. Windows color (decimal): -11980021 or 734025. OLE color: 734025.

HSL color Cylindrical-coordinate representation of color #49330B: hue angle of 38.71º 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 #49330B is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB735111-
CMYK00.300.850.71
HSL38.71º73.81%16.47%-
HSV(B)38.71º84.93%28.63%-
XYZ3.993.810.84-
YUV53.02104.29142.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=54.07%
G=37.78%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73511100.300.850.7138.7173.8116.47
Hex4933B01E5547274a10
Octal11163130361251074711220
Binary1001001110011101101111010101011000111100111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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