#493229

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

Shades of Rebel #493229

Tints of Rebel #493229

Color information

#493229 (or 0x493229) is unknown color: approx Rebel. HEX triplet: 49, 32 and 29. RGB value is (73,50,41). Sum of RGB (Red+Green+Blue) = 73+50+41=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493229 is #B6CDD6. Grayscale: #373737. Windows color (decimal): -11980247 or 2699849. OLE color: 2699849.

HSL color Cylindrical-coordinate representation of color #493229: hue angle of 16.88º 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 #493229 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB735041-
CMYK00.320.440.71
HSL16.88º28.07%22.35%-
HSV(B)16.88º43.84%28.63%-
XYZ4.293.862.62-
YUV55.85119.62140.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 41 (16.41% from 255) = 25%
R=44.51%
G=30.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73504100.320.440.7116.8828.0722.35
Hex4932290202C47111c16
Octal111625104054107213426
Binary100100111001010100101000001011001000111100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493229; }

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

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

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

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

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

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

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

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