#473530

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

Shades of Rebel #473530

Tints of Rebel #473530

Color information

#473530 (or 0x473530) is unknown color: approx Rebel. HEX triplet: 47, 35 and 30. RGB value is (71,53,48). Sum of RGB (Red+Green+Blue) = 71+53+48=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473530 is #B8CACF. Grayscale: #393939. Windows color (decimal): -12110544 or 3159367. OLE color: 3159367.

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

Color convert

RGB715348-
CMYK00.250.320.72
HSL13.04º19.33%23.33%-
HSV(B)13.04º32.39%27.84%-
XYZ4.414.13.36-
YUV57.81122.46137.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=41.28%
G=30.81%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71534800.250.320.7213.0419.3323.33
Hex4735300192048d1317
Octal107656003140110152327
Binary1000111110101110000011001100000100100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473530; }

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

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

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

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

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

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

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

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