#463029

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

Shades of Rebel #463029

Tints of Rebel #463029

Color information

#463029 (or 0x463029) is unknown color: approx Rebel. HEX triplet: 46, 30 and 29. RGB value is (70,48,41). Sum of RGB (Red+Green+Blue) = 70+48+41=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463029 is #B9CFD6. Grayscale: #353535. Windows color (decimal): -12177367 or 2699334. OLE color: 2699334.

HSL color Cylindrical-coordinate representation of color #463029: hue angle of 14.48º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463029 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB704841-
CMYK00.310.410.73
HSL14.48º26.13%21.76%-
HSV(B)14.48º41.43%27.45%-
XYZ3.983.582.58-
YUV53.78120.79139.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=44.03%
G=30.19%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70484100.310.410.7314.4826.1321.76
Hex46302901F2949e1a16
Octal106605103751111163226
Binary1000110110000101001011111101001100100111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463029; }

 p { color: rgb(70,48,41); }

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

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

 a { background-color: rgb(70,48,41); }

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

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

 span { border-color: rgb(70,48,41); }

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