#493028

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

Shades of Rebel #493028

Tints of Rebel #493028

Color information

#493028 (or 0x493028) is unknown color: approx Rebel. HEX triplet: 49, 30 and 28. RGB value is (73,48,40). Sum of RGB (Red+Green+Blue) = 73+48+40=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493028 is #B6CFD7. Grayscale: #363636. Windows color (decimal): -11980760 or 2633801. OLE color: 2633801.

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

Color convert

RGB734840-
CMYK00.340.450.71
HSL14.55º29.2%22.16%-
HSV(B)14.55º45.21%28.63%-
XYZ4.193.682.5-
YUV54.56119.78141.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=45.34%
G=29.81%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73484000.340.450.7114.5529.222.16
Hex4930280222D47f1d16
Octal111605004255107173526
Binary10010011100001010000100010101101100011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493028; }

 p { color: rgb(73,48,40); }

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

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

 a { background-color: rgb(73,48,40); }

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

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

 span { border-color: rgb(73,48,40); }

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