#483A40

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

Shades of Barossa #483A40

Tints of Barossa #483A40

Color information

#483A40 (or 0x483A40) is unknown color: approx Barossa. HEX triplet: 48, 3A and 40. RGB value is (72,58,64). Sum of RGB (Red+Green+Blue) = 72+58+64=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A40 is #B7C5BF. Grayscale: #3E3E3E. Windows color (decimal): -12043712 or 4209224. OLE color: 4209224.

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

Color convert

RGB725864-
CMYK00.190.110.72
HSL334.29º10.77%25.49%-
HSV(B)334.29º19.44%28.24%-
XYZ5.114.775.5-
YUV62.87128.64134.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=37.11%
G=29.90%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72586400.190.110.72334.2910.7725.49
Hex483A40013B4814eb19
Octal11072100023131105161331
Binary1001000111010100000001001110111001000101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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