#463732

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

Shades of Rebel #463732

Tints of Rebel #463732

Color information

#463732 (or 0x463732) is unknown color: approx Rebel. HEX triplet: 46, 37 and 32. RGB value is (70,55,50). Sum of RGB (Red+Green+Blue) = 70+55+50=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463732 is #B9C8CD. Grayscale: #3A3A3A. Windows color (decimal): -12175566 or 3290950. OLE color: 3290950.

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

Color convert

RGB705550-
CMYK00.210.290.73
HSL15º16.67%23.53%-
HSV(B)15º28.57%27.45%-
XYZ4.474.263.61-
YUV58.92122.97135.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=40%
G=31.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70555000.210.290.731516.6723.53
Hex4637320151D49f1118
Octal106676202535111172130
Binary100011011011111001001010111101100100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463732; }

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

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

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

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

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

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

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

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