#483540

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

Shades of Barossa #483540

Tints of Barossa #483540

Color information

#483540 (or 0x483540) is unknown color: approx Barossa. HEX triplet: 48, 35 and 40. RGB value is (72,53,64). Sum of RGB (Red+Green+Blue) = 72+53+64=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483540 is #B7CABF. Grayscale: #3B3B3B. Windows color (decimal): -12044992 or 4207944. OLE color: 4207944.

HSL color Cylindrical-coordinate representation of color #483540: hue angle of 325.26º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483540 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB725364-
CMYK00.260.110.72
HSL325.26º15.2%24.51%-
HSV(B)325.26º26.39%28.24%-
XYZ4.874.295.42-
YUV59.93130.29136.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=38.10%
G=28.04%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72536400.260.110.72325.2615.224.51
Hex48354001AB48145f19
Octal11065100032131105051731
Binary1001000110101100000001101010111001000101000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483540; }

 p { color: rgb(72,53,64); }

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

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

 a { background-color: rgb(72,53,64); }

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

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

 span { border-color: rgb(72,53,64); }

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