Html Css Color HEX #48373F Barossa

📋 copy color: '#48373F'

red 72 ◦ green 55 ◦ blue 63

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

Shades of Barossa #48373F

Tints of Barossa #48373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 37.89%
G = 28.95%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48373F (or 0x48373F) is known color: Barossa. HEX triplet: 48, 37 and 3F. RGB value is (72,55,63). Sum of RGB (Red+Green+Blue) = 72+55+63=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #48373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48373F is #B7C8C0. Grayscale: #3C3C3C. Windows color (decimal): -12044481 or 4142920. OLE color: 4142920.

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

Color convert

RGB 72 55 63 -
CMYK 0 0.24 0.12 0.72
HSL 331.76º 0.13% 0.25% -
HSV(B) 331.76º 0.24% 0.28% -
XYZ 4.94 4.47 5.31 -
YUV 61 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 72 55 63 0 0.24 0.12 0.72 331.76 0.13 0.25
Hex 48 37 3F 0 18 C 48 14C D 19
Octal 110 67 77 0 30 14 110 514 15 31
Binary 1001000 110111 111111 0 11000 1100 1001000 101001100 1101 11001

Color Harmonies of #48373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48373F

Black with #48373F

Text Example


Text Example

White with #48373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48373F; }

 p { color: rgb(72,55,63); }

 H1.HeaderClassName
 {
   color: #48373F;
 }
 .AnyTagClassName
 {
   color: #48373F;
 }
</style>

background-color css

<style>
 a { background-color: #48373F; }

 a { background-color: rgb(72,55,63); }

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

border-color css

<style>
 span { border-color: #48373F; }

 span { border-color: rgb(72,55,63); }

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