#48332C

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

Shades of Rebel #48332C

Tints of Rebel #48332C

Color information

#48332C (or 0x48332C) is unknown color: approx Rebel. HEX triplet: 48, 33 and 2C. RGB value is (72,51,44). Sum of RGB (Red+Green+Blue) = 72+51+44=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48332C is #B7CCD3. Grayscale: #383838. Windows color (decimal): -12045524 or 2896712. OLE color: 2896712.

HSL color Cylindrical-coordinate representation of color #48332C: hue angle of 15º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48332C is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB725144-
CMYK00.290.390.72
HSL15º24.14%22.75%-
HSV(B)15º38.89%28.24%-
XYZ4.313.932.91-
YUV56.48120.96139.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=43.11%
G=30.54%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72514400.290.390.721524.1422.75
Hex48332C01D2748f1817
Octal110635403547110173027
Binary1001000110011101100011101100111100100011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48332C; }

 p { color: rgb(72,51,44); }

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

<style>
 a { background-color: #48332C; }

 a { background-color: rgb(72,51,44); }

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

<style>
 span { border-color: #48332C; }

 span { border-color: rgb(72,51,44); }

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