#48333B

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

Shades of Barossa #48333B

Tints of Barossa #48333B

Color information

#48333B (or 0x48333B) is unknown color: approx Barossa. HEX triplet: 48, 33 and 3B. RGB value is (72,51,59). Sum of RGB (Red+Green+Blue) = 72+51+59=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333B is #B7CCC4. Grayscale: #3A3A3A. Windows color (decimal): -12045509 or 3879752. OLE color: 3879752.

HSL color Cylindrical-coordinate representation of color #48333B: hue angle of 337.14º 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 #48333B is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB725159-
CMYK00.290.180.72
HSL337.14º17.07%24.12%-
HSV(B)337.14º29.17%28.24%-
XYZ4.654.064.68-
YUV58.19128.46137.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=39.56%
G=28.02%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72515900.290.180.72337.1417.0724.12
Hex48333B01D12481511118
Octal1106373035221105212130
Binary10010001100111110110111011001010010001010100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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