#463935

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

Shades of Rebel #463935

Tints of Rebel #463935

Color information

#463935 (or 0x463935) is unknown color: approx Rebel. HEX triplet: 46, 39 and 35. RGB value is (70,57,53). Sum of RGB (Red+Green+Blue) = 70+57+53=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #463935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463935 is #B9C6CA. Grayscale: #3C3C3C. Windows color (decimal): -12175051 or 3488070. OLE color: 3488070.

HSL color Cylindrical-coordinate representation of color #463935: hue angle of 14.12º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #463935 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB705753-
CMYK00.190.240.73
HSL14.12º13.82%24.12%-
HSV(B)14.12º24.29%27.45%-
XYZ4.634.493.99-
YUV60.43123.81134.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=38.89%
G=31.67%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70575300.190.240.7314.1213.8224.12
Hex4639350131849ee18
Octal106716502330111161630
Binary10001101110011101010100111100010010011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463935; }

 p { color: rgb(70,57,53); }

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

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

 a { background-color: rgb(70,57,53); }

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

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

 span { border-color: rgb(70,57,53); }

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