#48333D

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

Shades of Barossa #48333D

Tints of Barossa #48333D

Color information

#48333D (or 0x48333D) is unknown color: approx Barossa. HEX triplet: 48, 33 and 3D. RGB value is (72,51,61). Sum of RGB (Red+Green+Blue) = 72+51+61=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333D is #B7CCC2. Grayscale: #3A3A3A. Windows color (decimal): -12045507 or 4010824. OLE color: 4010824.

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

Color convert

RGB725161-
CMYK00.290.150.72
HSL331.43º17.07%24.12%-
HSV(B)331.43º29.17%28.24%-
XYZ4.74.084.96-
YUV58.42129.46137.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=39.13%
G=27.72%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72516100.290.150.72331.4317.0724.12
Hex48333D01DF4814b1118
Octal1106375035171105132130
Binary1001000110011111101011101111110010001010010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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