#482A36

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

Shades of Barossa #482A36

Tints of Barossa #482A36

Color information

#482A36 (or 0x482A36) is unknown color: approx Barossa. HEX triplet: 48, 2A and 36. RGB value is (72,42,54). Sum of RGB (Red+Green+Blue) = 72+42+54=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A36 is #B7D5C9. Grayscale: #343434. Windows color (decimal): -12047818 or 3549768. OLE color: 3549768.

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

Color convert

RGB724254-
CMYK00.420.250.72
HSL336º26.32%22.35%-
HSV(B)336º41.67%28.24%-
XYZ4.173.33.91-
YUV52.34128.94142.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=42.86%
G=25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72425400.420.250.7233626.3222.35
Hex482A3602A19481501a16
Octal1105266052311105203226
Binary100100010101011011001010101100110010001010100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,42,54); }

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

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

 a { background-color: rgb(72,42,54); }

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

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

 span { border-color: rgb(72,42,54); }

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