#48342E

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

Shades of Rebel #48342E

Tints of Rebel #48342E

Color information

#48342E (or 0x48342E) is unknown color: approx Rebel. HEX triplet: 48, 34 and 2E. RGB value is (72,52,46). Sum of RGB (Red+Green+Blue) = 72+52+46=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48342E is #B7CBD1. Grayscale: #393939. Windows color (decimal): -12045266 or 3028040. OLE color: 3028040.

HSL color Cylindrical-coordinate representation of color #48342E: hue angle of 13.85º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48342E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB725246-
CMYK00.280.360.72
HSL13.85º22.03%23.14%-
HSV(B)13.85º36.11%28.24%-
XYZ4.394.033.13-
YUV57.3121.63138.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=42.35%
G=30.59%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72524600.280.360.7213.8522.0323.14
Hex48342E01C2448e1617
Octal110645603444110162627
Binary1001000110100101110011100100100100100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48342E; }

 p { color: rgb(72,52,46); }

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

<style>
 a { background-color: #48342E; }

 a { background-color: rgb(72,52,46); }

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

<style>
 span { border-color: #48342E; }

 span { border-color: rgb(72,52,46); }

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