#483038

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

Shades of Barossa #483038

Tints of Barossa #483038

Color information

#483038 (or 0x483038) is unknown color: approx Barossa. HEX triplet: 48, 30 and 38. RGB value is (72,48,56). Sum of RGB (Red+Green+Blue) = 72+48+56=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483038 is #B7CFC7. Grayscale: #383838. Windows color (decimal): -12046280 or 3682376. OLE color: 3682376.

HSL color Cylindrical-coordinate representation of color #483038: hue angle of 340º 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 #483038 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB724856-
CMYK00.330.220.72
HSL340º20%23.53%-
HSV(B)340º33.33%28.24%-
XYZ4.443.784.24-
YUV56.09127.95139.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72485600.330.220.723402023.53
Hex48303802116481541418
Octal1106070041261105242430
Binary100100011000011100001000011011010010001010101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483038; }

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

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

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

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

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

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

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

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