#482737

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

Shades of Barossa #482737

Tints of Barossa #482737

Color information

#482737 (or 0x482737) is unknown color: approx Barossa. HEX triplet: 48, 27 and 37. RGB value is (72,39,55). Sum of RGB (Red+Green+Blue) = 72+39+55=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482737 is #B7D8C8. Grayscale: #323232. Windows color (decimal): -12048585 or 3614536. OLE color: 3614536.

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

Color convert

RGB723955-
CMYK00.460.240.72
HSL330.91º29.73%21.76%-
HSV(B)330.91º45.83%28.24%-
XYZ4.093.14-
YUV50.69130.43143.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=43.37%
G=23.49%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72395500.460.240.72330.9129.7321.76
Hex48273702E184814b1e16
Octal1104767056301105133626
Binary100100010011111011101011101100010010001010010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482737; }

 p { color: rgb(72,39,55); }

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

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

 a { background-color: rgb(72,39,55); }

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

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

 span { border-color: rgb(72,39,55); }

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