#493A34

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

Shades of Rebel #493A34

Tints of Rebel #493A34

Color information

#493A34 (or 0x493A34) is unknown color: approx Rebel. HEX triplet: 49, 3A and 34. RGB value is (73,58,52). Sum of RGB (Red+Green+Blue) = 73+58+52=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A34 is #B6C5CB. Grayscale: #3D3D3D. Windows color (decimal): -11978188 or 3422793. OLE color: 3422793.

HSL color Cylindrical-coordinate representation of color #493A34: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493A34 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB735852-
CMYK00.210.290.71
HSL17.14º16.8%24.51%-
HSV(B)17.14º28.77%28.63%-
XYZ4.884.693.9-
YUV61.8122.47135.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=39.89%
G=31.69%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73585200.210.290.7117.1416.824.51
Hex493A340151D47111119
Octal111726402535107212131
Binary1001001111010110100010101111011000111100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A34; }

 p { color: rgb(73,58,52); }

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

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

 a { background-color: rgb(73,58,52); }

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

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

 span { border-color: rgb(73,58,52); }

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