#483B37

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

Shades of Rebel #483B37

Tints of Rebel #483B37

Color information

#483B37 (or 0x483B37) is unknown color: approx Rebel. HEX triplet: 48, 3B and 37. RGB value is (72,59,55). Sum of RGB (Red+Green+Blue) = 72+59+55=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B37 is #B7C4C8. Grayscale: #3E3E3E. Windows color (decimal): -12043465 or 3619656. OLE color: 3619656.

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

Color convert

RGB725955-
CMYK00.180.240.72
HSL14.12º13.39%24.9%-
HSV(B)14.12º23.61%28.24%-
XYZ4.934.784.28-
YUV62.43123.81134.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=38.71%
G=31.72%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72595500.180.240.7214.1213.3924.9
Hex483B370121848ed19
Octal110736702230110161531
Binary10010001110111101110100101100010010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B37; }

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

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

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

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

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

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

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

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