#48333A

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

Shades of Barossa #48333A

Tints of Barossa #48333A

Color information

#48333A (or 0x48333A) is unknown color: approx Barossa. HEX triplet: 48, 33 and 3A. RGB value is (72,51,58). Sum of RGB (Red+Green+Blue) = 72+51+58=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333A is #B7CCC5. Grayscale: #3A3A3A. Windows color (decimal): -12045510 or 3814216. OLE color: 3814216.

HSL color Cylindrical-coordinate representation of color #48333A: hue angle of 340º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48333A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB725158-
CMYK00.290.190.72
HSL340º17.07%24.12%-
HSV(B)340º29.17%28.24%-
XYZ4.624.054.54-
YUV58.08127.96137.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=39.78%
G=28.18%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72515800.290.190.7234017.0724.12
Hex48333A01D13481541118
Octal1106372035231105242130
Binary10010001100111110100111011001110010001010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48333A; }

 p { color: rgb(72,51,58); }

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

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

 a { background-color: rgb(72,51,58); }

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

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

 span { border-color: rgb(72,51,58); }

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