#482736

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

Shades of Barossa #482736

Tints of Barossa #482736

Color information

#482736 (or 0x482736) is unknown color: approx Barossa. HEX triplet: 48, 27 and 36. RGB value is (72,39,54). Sum of RGB (Red+Green+Blue) = 72+39+54=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482736 is #B7D8C9. Grayscale: #323232. Windows color (decimal): -12048586 or 3549000. OLE color: 3549000.

HSL color Cylindrical-coordinate representation of color #482736: hue angle of 332.73º 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 #482736 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB723954-
CMYK00.460.250.72
HSL332.73º29.73%21.76%-
HSV(B)332.73º45.83%28.24%-
XYZ4.063.13.87-
YUV50.58129.93143.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=43.64%
G=23.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72395400.460.250.72332.7329.7321.76
Hex48273602E194814d1e16
Octal1104766056311105153626
Binary100100010011111011001011101100110010001010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482736; }

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

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

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

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

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

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

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

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