#473028

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

Shades of Rebel #473028

Tints of Rebel #473028

Color information

#473028 (or 0x473028) is unknown color: approx Rebel. HEX triplet: 47, 30 and 28. RGB value is (71,48,40). Sum of RGB (Red+Green+Blue) = 71+48+40=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473028 is #B8CFD7. Grayscale: #363636. Windows color (decimal): -12111832 or 2633799. OLE color: 2633799.

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

Color convert

RGB714840-
CMYK00.320.440.72
HSL15.48º27.93%21.76%-
HSV(B)15.48º43.66%27.84%-
XYZ4.043.612.49-
YUV53.96120.12140.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=44.65%
G=30.19%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71484000.320.440.7215.4827.9321.76
Hex4730280202C48f1c16
Octal107605004054110173426
Binary10001111100001010000100000101100100100011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473028; }

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

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

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

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

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

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

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

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