#483B40

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

Shades of Barossa #483B40

Tints of Barossa #483B40

Color information

#483B40 (or 0x483B40) is unknown color: approx Barossa. HEX triplet: 48, 3B and 40. RGB value is (72,59,64). Sum of RGB (Red+Green+Blue) = 72+59+64=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #483B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B40 is #B7C4BF. Grayscale: #3F3F3F. Windows color (decimal): -12043456 or 4209480. OLE color: 4209480.

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

Color convert

RGB725964-
CMYK00.180.110.72
HSL336.92º9.92%25.69%-
HSV(B)336.92º18.06%28.24%-
XYZ5.164.885.52-
YUV63.46128.31134.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=36.92%
G=30.26%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72596400.180.110.72336.929.9225.69
Hex483B40012B48151a1a
Octal11073100022131105211232
Binary1001000111011100000001001010111001000101010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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