#462E28

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

Shades of Rebel #462E28

Tints of Rebel #462E28

Color information

#462E28 (or 0x462E28) is unknown color: approx Rebel. HEX triplet: 46, 2E and 28. RGB value is (70,46,40). Sum of RGB (Red+Green+Blue) = 70+46+40=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E28 is #B9D1D7. Grayscale: #343434. Windows color (decimal): -12177880 or 2633286. OLE color: 2633286.

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

Color convert

RGB704640-
CMYK00.340.430.73
HSL12º27.27%21.57%-
HSV(B)12º42.86%27.45%-
XYZ3.893.412.46-
YUV52.49120.95140.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=44.87%
G=29.49%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70464000.340.430.731227.2721.57
Hex462E280222B49c1b16
Octal106565004253111143326
Binary10001101011101010000100010101011100100111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462E28; }

 p { color: rgb(70,46,40); }

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

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

 a { background-color: rgb(70,46,40); }

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

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

 span { border-color: rgb(70,46,40); }

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