#483440

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

Shades of Barossa #483440

Tints of Barossa #483440

Color information

#483440 (or 0x483440) is unknown color: approx Barossa. HEX triplet: 48, 34 and 40. RGB value is (72,52,64). Sum of RGB (Red+Green+Blue) = 72+52+64=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483440 is #B7CBBF. Grayscale: #3B3B3B. Windows color (decimal): -12045248 or 4207688. OLE color: 4207688.

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

Color convert

RGB725264-
CMYK00.280.110.72
HSL324º16.13%24.31%-
HSV(B)324º27.78%28.24%-
XYZ4.834.25.41-
YUV59.35130.63137.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=38.30%
G=27.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72526400.280.110.7232416.1324.31
Hex48344001CB481441018
Octal11064100034131105042030
Binary10010001101001000000011100101110010001010001001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483440; }

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

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

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

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

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

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

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

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