#463731

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

Shades of Rebel #463731

Tints of Rebel #463731

Color information

#463731 (or 0x463731) is unknown color: approx Rebel. HEX triplet: 46, 37 and 31. RGB value is (70,55,49). Sum of RGB (Red+Green+Blue) = 70+55+49=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463731 is #B9C8CE. Grayscale: #3A3A3A. Windows color (decimal): -12175567 or 3225414. OLE color: 3225414.

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

Color convert

RGB705549-
CMYK00.210.300.73
HSL17.14º17.65%23.33%-
HSV(B)17.14º30%27.45%-
XYZ4.454.263.49-
YUV58.8122.47135.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=40.23%
G=31.61%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70554900.210.300.7317.1417.6523.33
Hex4637310151E49111217
Octal106676102536111212227
Binary1000110110111110001010101111101001001100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463731; }

 p { color: rgb(70,55,49); }

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

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

 a { background-color: rgb(70,55,49); }

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

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

 span { border-color: rgb(70,55,49); }

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