#49330A

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

Shades of Clinker #49330A

Tints of Clinker #49330A

Color information

#49330A (or 0x49330A) is unknown color: approx Clinker. HEX triplet: 49, 33 and 0A. RGB value is (73,51,10). Sum of RGB (Red+Green+Blue) = 73+51+10=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49330A is #B6CCF5. Grayscale: #353535. Windows color (decimal): -11980022 or 668489. OLE color: 668489.

HSL color Cylindrical-coordinate representation of color #49330A: hue angle of 39.05º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49330A is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB735110-
CMYK00.300.860.71
HSL39.05º75.9%16.27%-
HSV(B)39.05º86.3%28.63%-
XYZ3.993.810.81-
YUV52.9103.79142.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=54.48%
G=38.06%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73511000.300.860.7139.0575.916.27
Hex4933A01E5647274c10
Octal11163120361261074711420
Binary1001001110011101001111010101101000111100111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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