#493129

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

Shades of Rebel #493129

Tints of Rebel #493129

Color information

#493129 (or 0x493129) is unknown color: approx Rebel. HEX triplet: 49, 31 and 29. RGB value is (73,49,41). Sum of RGB (Red+Green+Blue) = 73+49+41=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493129 is #B6CED6. Grayscale: #373737. Windows color (decimal): -11980503 or 2699593. OLE color: 2699593.

HSL color Cylindrical-coordinate representation of color #493129: hue angle of 15º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493129 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB734941-
CMYK00.330.440.71
HSL15º28.07%22.35%-
HSV(B)15º43.84%28.63%-
XYZ4.253.772.6-
YUV55.26119.95140.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=44.79%
G=30.06%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73494100.330.440.711528.0722.35
Hex4931290212C47f1c16
Octal111615104154107173426
Binary10010011100011010010100001101100100011111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493129; }

 p { color: rgb(73,49,41); }

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

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

 a { background-color: rgb(73,49,41); }

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

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

 span { border-color: rgb(73,49,41); }

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