Html Css Color HEX #48362F Rebel

📋 copy color: '#48362F'

red 72 ◦ green 54 ◦ blue 47

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

Shades of Rebel #48362F

Tints of Rebel #48362F

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

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 72 54 47 -
CMYK 0 0.25 0.35 0.72
HSL 16.8º 0.21% 0.23% -
HSV(B) 16.8º 0.35% 0.28% -
XYZ 4.5 4.22 3.27 -
YUV 58.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 72 54 47 0 0.25 0.35 0.72 16.8 0.21 0.23
Hex 48 36 2F 0 19 23 48 11 15 17
Octal 110 66 57 0 31 43 110 21 25 27
Binary 1001000 110110 101111 0 11001 100011 1001000 10001 10101 10111

Color Harmonies of #48362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48362F

Black with #48362F

Text Example


Text Example

White with #48362F

Text Example


Text Example

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