#462F28

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

Shades of Rebel #462F28

Tints of Rebel #462F28

Color information

#462F28 (or 0x462F28) is unknown color: approx Rebel. HEX triplet: 46, 2F and 28. RGB value is (70,47,40). Sum of RGB (Red+Green+Blue) = 70+47+40=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F28 is #B9D0D7. Grayscale: #353535. Windows color (decimal): -12177624 or 2633542. OLE color: 2633542.

HSL color Cylindrical-coordinate representation of color #462F28: hue angle of 14º 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 #462F28 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB704740-
CMYK00.330.430.73
HSL14º27.27%21.57%-
HSV(B)14º42.86%27.45%-
XYZ3.933.492.47-
YUV53.08120.62140.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=44.59%
G=29.94%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70474000.330.430.731427.2721.57
Hex462F280212B49e1b16
Octal106575004153111163326
Binary10001101011111010000100001101011100100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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