#482C3C

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

Shades of Barossa #482C3C

Tints of Barossa #482C3C

Color information

#482C3C (or 0x482C3C) is unknown color: approx Barossa. HEX triplet: 48, 2C and 3C. RGB value is (72,44,60). Sum of RGB (Red+Green+Blue) = 72+44+60=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #482C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C3C is #B7D3C3. Grayscale: #363636. Windows color (decimal): -12047300 or 3943496. OLE color: 3943496.

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

Color convert

RGB724460-
CMYK00.390.170.72
HSL325.71º24.14%22.75%-
HSV(B)325.71º38.89%28.24%-
XYZ4.393.514.72-
YUV54.2131.28140.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=40.91%
G=25%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72446000.390.170.72325.7124.1422.75
Hex482C3C02711481461817
Octal1105474047211105063027
Binary100100010110011110001001111000110010001010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C3C; }

 p { color: rgb(72,44,60); }

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

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

 a { background-color: rgb(72,44,60); }

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

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

 span { border-color: rgb(72,44,60); }

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