#48333C

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

Shades of Barossa #48333C

Tints of Barossa #48333C

Color information

#48333C (or 0x48333C) is unknown color: approx Barossa. HEX triplet: 48, 33 and 3C. RGB value is (72,51,60). Sum of RGB (Red+Green+Blue) = 72+51+60=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333C is #B7CCC3. Grayscale: #3A3A3A. Windows color (decimal): -12045508 or 3945288. OLE color: 3945288.

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

Color convert

RGB725160-
CMYK00.290.170.72
HSL334.29º17.07%24.12%-
HSV(B)334.29º29.17%28.24%-
XYZ4.674.074.81-
YUV58.3128.96137.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=39.34%
G=27.87%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72516000.290.170.72334.2917.0724.12
Hex48333C01D114814e1118
Octal1106374035211105162130
Binary10010001100111111000111011000110010001010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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