Html Css Color HEX #48323A Barossa

📋 copy color: '#48323A'

red 72 ◦ green 50 ◦ blue 58

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

Shades of Barossa #48323A

Tints of Barossa #48323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.22%

R = 40%
G = 27.78%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48323A (or 0x48323A) is known color: Barossa. HEX triplet: 48, 32 and 3A. RGB value is (72,50,58). Sum of RGB (Red+Green+Blue) = 72+50+58=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323A is #B7CDC5. Grayscale: #393939. Windows color (decimal): -12045766 or 3813960. OLE color: 3813960.

HSL color Cylindrical-coordinate representation of color #48323A: hue angle of 338.18º 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 #48323A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 58 -
CMYK 0 0.31 0.19 0.72
HSL 338.18º 0.18% 0.24% -
HSV(B) 338.18º 0.31% 0.28% -
XYZ 4.58 3.96 4.53 -
YUV 57.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 72 50 58 0 0.31 0.19 0.72 338.18 0.18 0.24
Hex 48 32 3A 0 1F 13 48 152 12 18
Octal 110 62 72 0 37 23 110 522 22 30
Binary 1001000 110010 111010 0 11111 10011 1001000 101010010 10010 11000

Color Harmonies of #48323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48323A

Black with #48323A

Text Example


Text Example

White with #48323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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