#483730

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

Shades of Rebel #483730

Tints of Rebel #483730

Color information

#483730 (or 0x483730) is unknown color: approx Rebel. HEX triplet: 48, 37 and 30. RGB value is (72,55,48). Sum of RGB (Red+Green+Blue) = 72+55+48=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483730 is #B7C8CF. Grayscale: #3B3B3B. Windows color (decimal): -12044496 or 3159880. OLE color: 3159880.

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

Color convert

RGB725548-
CMYK00.240.330.72
HSL17.5º20%23.53%-
HSV(B)17.5º33.33%28.24%-
XYZ4.574.323.39-
YUV59.28121.63137.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=41.14%
G=31.43%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72554800.240.330.7217.52023.53
Hex4837300182148111418
Octal110676003041110212430
Binary10010001101111100000110001000011001000100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483730; }

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

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

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

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

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

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

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

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