#48362F

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

Shades of Rebel #48362F

Tints of Rebel #48362F

Color information

#48362F (or 0x48362F) is unknown color: approx Rebel. HEX triplet: 48, 36 and 2F. RGB value is (72,54,47). Sum of RGB (Red+Green+Blue) = 72+54+47=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #48362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48362F is #B7C9D0. Grayscale: #3A3A3A. Windows color (decimal): -12044753 or 3094088. OLE color: 3094088.

HSL color Cylindrical-coordinate representation of color #48362F: hue angle of 16.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48362F is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB725447-
CMYK00.250.350.72
HSL16.8º21.01%23.33%-
HSV(B)16.8º34.72%28.24%-
XYZ4.54.223.27-
YUV58.58121.46137.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=41.62%
G=31.21%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72544700.250.350.7216.821.0123.33
Hex48362F0192348111517
Octal110665703143110212527
Binary10010001101101011110110011000111001000100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48362F; }

 p { color: rgb(72,54,47); }

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

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

 a { background-color: rgb(72,54,47); }

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

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

 span { border-color: rgb(72,54,47); }

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