Html Css Color HEX #48353C Barossa

📋 copy color: '#48353C'

red 72 ◦ green 53 ◦ blue 60

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

Shades of Barossa #48353C

Tints of Barossa #48353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 38.92%
G = 28.65%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48353C (or 0x48353C) is known color: Barossa. HEX triplet: 48, 35 and 3C. RGB value is (72,53,60). Sum of RGB (Red+Green+Blue) = 72+53+60=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48353C is #B7CAC3. Grayscale: #3B3B3B. Windows color (decimal): -12044996 or 3945800. OLE color: 3945800.

HSL color Cylindrical-coordinate representation of color #48353C: hue angle of 337.89º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48353C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 60 -
CMYK 0 0.26 0.17 0.72
HSL 337.89º 0.15% 0.25% -
HSV(B) 337.89º 0.26% 0.28% -
XYZ 4.76 4.25 4.84 -
YUV 59.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 72 53 60 0 0.26 0.17 0.72 337.89 0.15 0.25
Hex 48 35 3C 0 1A 11 48 152 F 19
Octal 110 65 74 0 32 21 110 522 17 31
Binary 1001000 110101 111100 0 11010 10001 1001000 101010010 1111 11001

Color Harmonies of #48353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48353C

Black with #48353C

Text Example


Text Example

White with #48353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48353C;
 }
 .AnyTagClassName
 {
   color: #48353C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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