#48333E

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

Shades of Barossa #48333E

Tints of Barossa #48333E

Color information

#48333E (or 0x48333E) is unknown color: approx Barossa. HEX triplet: 48, 33 and 3E. RGB value is (72,51,62). Sum of RGB (Red+Green+Blue) = 72+51+62=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333E is #B7CCC1. Grayscale: #3A3A3A. Windows color (decimal): -12045506 or 4076360. OLE color: 4076360.

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

Color convert

RGB725162-
CMYK00.290.140.72
HSL328.57º17.07%24.12%-
HSV(B)328.57º29.17%28.24%-
XYZ4.734.095.1-
YUV58.53129.96137.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=38.92%
G=27.57%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72516200.290.140.72328.5717.0724.12
Hex48333E01DE481491118
Octal1106376035161105112130
Binary1001000110011111110011101111010010001010010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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