#482B36

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

Shades of Barossa #482B36

Tints of Barossa #482B36

Color information

#482B36 (or 0x482B36) is unknown color: approx Barossa. HEX triplet: 48, 2B and 36. RGB value is (72,43,54). Sum of RGB (Red+Green+Blue) = 72+43+54=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B36 is #B7D4C9. Grayscale: #343434. Windows color (decimal): -12047562 or 3550024. OLE color: 3550024.

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

Color convert

RGB724354-
CMYK00.400.250.72
HSL337.24º25.22%22.55%-
HSV(B)337.24º40.28%28.24%-
XYZ4.23.373.92-
YUV52.92128.61141.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=42.60%
G=25.44%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72435400.400.250.72337.2425.2222.55
Hex482B3602819481511917
Octal1105366050311105213127
Binary100100010101111011001010001100110010001010100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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