#473832

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

Shades of Rebel #473832

Tints of Rebel #473832

Color information

#473832 (or 0x473832) is unknown color: approx Rebel. HEX triplet: 47, 38 and 32. RGB value is (71,56,50). Sum of RGB (Red+Green+Blue) = 71+56+50=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473832 is #B8C7CD. Grayscale: #3B3B3B. Windows color (decimal): -12109774 or 3291207. OLE color: 3291207.

HSL color Cylindrical-coordinate representation of color #473832: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473832 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB715650-
CMYK00.210.300.72
HSL17.14º17.36%23.73%-
HSV(B)17.14º29.58%27.84%-
XYZ4.594.43.62-
YUV59.8122.47135.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=40.11%
G=31.64%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71565000.210.300.7217.1417.3623.73
Hex4738320151E48111118
Octal107706202536110212130
Binary1000111111000110010010101111101001000100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473832; }

 p { color: rgb(71,56,50); }

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

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

 a { background-color: rgb(71,56,50); }

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

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

 span { border-color: rgb(71,56,50); }

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