Html Css Color HEX #48352F Rebel

📋 copy color: '#48352F'

red 72 ◦ green 53 ◦ blue 47

#48352F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rebel #48352F

Tints of Rebel #48352F

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 value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48352F (or 0x48352F) is known color: 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

RGB 72 53 47 -
CMYK 0 0.26 0.35 0.72
HSL 14.4º 0.21% 0.23% -
HSV(B) 14.4º 0.35% 0.28% -
XYZ 4.46 4.13 3.25 -
YUV 58 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 72 53 47 0 0.26 0.35 0.72 14.4 0.21 0.23
Hex 48 35 2F 0 1A 23 48 E 15 17
Octal 110 65 57 0 32 43 110 16 25 27
Binary 1001000 110101 101111 0 11010 100011 1001000 1110 10101 10111

Color Harmonies of #48352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48352F

Black with #48352F

Text Example


Text Example

White with #48352F

Text Example


Text Example

HTML Codes & Css Web 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>