Html Css Color HEX #48323D Barossa

📋 copy color: '#48323D'

red 72 ◦ green 50 ◦ blue 61

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

Shades of Barossa #48323D

Tints of Barossa #48323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.32%

 BLUE value IS 61 (24.22% from 255) = 33.33%

R = 39.34%
G = 27.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48323D (or 0x48323D) is known color: Barossa. HEX triplet: 48, 32 and 3D. RGB value is (72,50,61). Sum of RGB (Red+Green+Blue) = 72+50+61=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323D is #B7CDC2. Grayscale: #393939. Windows color (decimal): -12045763 or 4010568. OLE color: 4010568.

HSL color Cylindrical-coordinate representation of color #48323D: hue angle of 330º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48323D is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 61 -
CMYK 0 0.31 0.15 0.72
HSL 330º 0.18% 0.24% -
HSV(B) 330º 0.31% 0.28% -
XYZ 4.66 4 4.94 -
YUV 57.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 72 50 61 0 0.31 0.15 0.72 330 0.18 0.24
Hex 48 32 3D 0 1F F 48 14A 12 18
Octal 110 62 75 0 37 17 110 512 22 30
Binary 1001000 110010 111101 0 11111 1111 1001000 101001010 10010 11000

Color Harmonies of #48323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48323D

Black with #48323D

Text Example


Text Example

White with #48323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48323D; }

 p { color: rgb(72,50,61); }

 H1.HeaderClassName
 {
   color: #48323D;
 }
 .AnyTagClassName
 {
   color: #48323D;
 }
</style>

background-color css

<style>
 a { background-color: #48323D; }

 a { background-color: rgb(72,50,61); }

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

border-color css

<style>
 span { border-color: #48323D; }

 span { border-color: rgb(72,50,61); }

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