#483731

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

Shades of Rebel #483731

Tints of Rebel #483731

Color information

#483731 (or 0x483731) is unknown color: approx Rebel. HEX triplet: 48, 37 and 31. RGB value is (72,55,49). Sum of RGB (Red+Green+Blue) = 72+55+49=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483731 is #B7C8CE. Grayscale: #3B3B3B. Windows color (decimal): -12044495 or 3225416. OLE color: 3225416.

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

Color convert

RGB725549-
CMYK00.240.320.72
HSL15.65º19.01%23.73%-
HSV(B)15.65º31.94%28.24%-
XYZ4.594.333.5-
YUV59.4122.13136.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=40.91%
G=31.25%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72554900.240.320.7215.6519.0123.73
Hex4837310182048101318
Octal110676103040110202330
Binary10010001101111100010110001000001001000100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483731; }

 p { color: rgb(72,55,49); }

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

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

 a { background-color: rgb(72,55,49); }

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

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

 span { border-color: rgb(72,55,49); }

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