#48352F

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

Shades of Rebel #48352F

Tints of Rebel #48352F

Color information

#48352F (or 0x48352F) is unknown color: approx Rebel. HEX triplet: 48, 35 and 2F. RGB value is (72,53,47). Sum of RGB (Red+Green+Blue) = 72+53+47=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48352F is #B7CAD0. Grayscale: #3A3A3A. Windows color (decimal): -12045009 or 3093832. OLE color: 3093832.

HSL color Cylindrical-coordinate representation of color #48352F: hue angle of 14.4º 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 #48352F is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB725347-
CMYK00.260.350.72
HSL14.4º21.01%23.33%-
HSV(B)14.4º34.72%28.24%-
XYZ4.464.133.25-
YUV58121.79137.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=41.86%
G=30.81%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72534700.260.350.7214.421.0123.33
Hex48352F01A2348e1517
Octal110655703243110162527
Binary1001000110101101111011010100011100100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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