#482E38

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

Shades of Barossa #482E38

Tints of Barossa #482E38

Color information

#482E38 (or 0x482E38) is unknown color: approx Barossa. HEX triplet: 48, 2E and 38. RGB value is (72,46,56). Sum of RGB (Red+Green+Blue) = 72+46+56=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E38 is #B7D1C7. Grayscale: #363636. Windows color (decimal): -12046792 or 3681864. OLE color: 3681864.

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

Color convert

RGB724656-
CMYK00.360.220.72
HSL336.92º22.03%23.14%-
HSV(B)336.92º36.11%28.24%-
XYZ4.363.624.21-
YUV54.91128.61140.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=41.38%
G=26.44%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72465600.360.220.72336.9222.0323.14
Hex482E3802416481511617
Octal1105670044261105212627
Binary100100010111011100001001001011010010001010100011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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