#48383E

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

Shades of Barossa #48383E

Tints of Barossa #48383E

Color information

#48383E (or 0x48383E) is unknown color: approx Barossa. HEX triplet: 48, 38 and 3E. RGB value is (72,56,62). Sum of RGB (Red+Green+Blue) = 72+56+62=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #48383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48383E is #B7C7C1. Grayscale: #3D3D3D. Windows color (decimal): -12044226 or 4077640. OLE color: 4077640.

HSL color Cylindrical-coordinate representation of color #48383E: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48383E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB725662-
CMYK00.220.140.72
HSL337.5º12.5%25.1%-
HSV(B)337.5º22.22%28.24%-
XYZ4.964.555.18-
YUV61.47128.3135.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=37.89%
G=29.47%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72566200.220.140.72337.512.525.1
Hex48383E016E48152d19
Octal1107076026161105221531
Binary100100011100011111001011011101001000101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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