Html Css Color HEX #48333C Barossa

📋 copy color: '#48333C'

red 72 ◦ green 51 ◦ blue 60

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

Shades of Barossa #48333C

Tints of Barossa #48333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 39.34%
G = 27.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48333C (or 0x48333C) is known color: Barossa. HEX triplet: 48, 33 and 3C. RGB value is (72,51,60). Sum of RGB (Red+Green+Blue) = 72+51+60=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333C is #B7CCC3. Grayscale: #3A3A3A. Windows color (decimal): -12045508 or 3945288. OLE color: 3945288.

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

Color convert

RGB 72 51 60 -
CMYK 0 0.29 0.17 0.72
HSL 334.29º 0.17% 0.24% -
HSV(B) 334.29º 0.29% 0.28% -
XYZ 4.67 4.07 4.81 -
YUV 58.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 72 51 60 0 0.29 0.17 0.72 334.29 0.17 0.24
Hex 48 33 3C 0 1D 11 48 14E 11 18
Octal 110 63 74 0 35 21 110 516 21 30
Binary 1001000 110011 111100 0 11101 10001 1001000 101001110 10001 11000

Color Harmonies of #48333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48333C

Black with #48333C

Text Example


Text Example

White with #48333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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