Html Css Color HEX #48393E Barossa

📋 copy color: '#48393E'

red 72 ◦ green 57 ◦ blue 62

#48393E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #48393E

Tints of Barossa #48393E

RGB

 RED value IS 72 (28.52% from 255) = 37.7%

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 37.7%
G = 29.84%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48393E (or 0x48393E) is known color: Barossa. HEX triplet: 48, 39 and 3E. RGB value is (72,57,62). Sum of RGB (Red+Green+Blue) = 72+57+62=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #48393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48393E is #B7C6C1. Grayscale: #3E3E3E. Windows color (decimal): -12043970 or 4077896. OLE color: 4077896.

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

Color convert

RGB 72 57 62 -
CMYK 0 0.21 0.14 0.72
HSL 340º 0.12% 0.25% -
HSV(B) 340º 0.21% 0.28% -
XYZ 5.01 4.65 5.19 -
YUV 62.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 72 57 62 0 0.21 0.14 0.72 340 0.12 0.25
Hex 48 39 3E 0 15 E 48 154 C 19
Octal 110 71 76 0 25 16 110 524 14 31
Binary 1001000 111001 111110 0 10101 1110 1001000 101010100 1100 11001

Color Harmonies of #48393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48393E

Black with #48393E

Text Example


Text Example

White with #48393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48393E;
 }
 .AnyTagClassName
 {
   color: #48393E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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