#49330C

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

Shades of Clinker #49330C

Tints of Clinker #49330C

Color information

#49330C (or 0x49330C) is unknown color: approx Clinker. HEX triplet: 49, 33 and 0C. RGB value is (73,51,12). Sum of RGB (Red+Green+Blue) = 73+51+12=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49330C is #B6CCF3. Grayscale: #353535. Windows color (decimal): -11980020 or 799561. OLE color: 799561.

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

Color convert

RGB735112-
CMYK00.300.840.71
HSL38.36º71.76%16.67%-
HSV(B)38.36º83.56%28.63%-
XYZ43.810.87-
YUV53.13104.79142.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=53.68%
G=37.5%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73511200.300.840.7138.3671.7616.67
Hex4933C01E5447264811
Octal11163140361241074611021
Binary1001001110011110001111010101001000111100110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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