#463A36

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

Shades of Rebel #463A36

Tints of Rebel #463A36

Color information

#463A36 (or 0x463A36) is unknown color: approx Rebel. HEX triplet: 46, 3A and 36. RGB value is (70,58,54). Sum of RGB (Red+Green+Blue) = 70+58+54=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #463A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A36 is #B9C5C9. Grayscale: #3D3D3D. Windows color (decimal): -12174794 or 3553862. OLE color: 3553862.

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

Color convert

RGB705854-
CMYK00.170.230.73
HSL15º12.9%24.31%-
HSV(B)15º22.86%27.45%-
XYZ4.74.594.13-
YUV61.13123.98134.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=38.46%
G=31.87%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70585400.170.230.731512.924.31
Hex463A360111749fd18
Octal106726602127111171530
Binary10001101110101101100100011011110010011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A36; }

 p { color: rgb(70,58,54); }

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

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

 a { background-color: rgb(70,58,54); }

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

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

 span { border-color: rgb(70,58,54); }

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