Html Css Color HEX #48323E Barossa

📋 copy color: '#48323E'

red 72 ◦ green 50 ◦ blue 62

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

Shades of Barossa #48323E

Tints of Barossa #48323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.7%

R = 39.13%
G = 27.17%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48323E (or 0x48323E) is known color: Barossa. HEX triplet: 48, 32 and 3E. RGB value is (72,50,62). Sum of RGB (Red+Green+Blue) = 72+50+62=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323E is #B7CDC1. Grayscale: #393939. Windows color (decimal): -12045762 or 4076104. OLE color: 4076104.

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

Color convert

RGB 72 50 62 -
CMYK 0 0.31 0.14 0.72
HSL 327.27º 0.18% 0.24% -
HSV(B) 327.27º 0.31% 0.28% -
XYZ 4.68 4.01 5.08 -
YUV 57.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 72 50 62 0 0.31 0.14 0.72 327.27 0.18 0.24
Hex 48 32 3E 0 1F E 48 147 12 18
Octal 110 62 76 0 37 16 110 507 22 30
Binary 1001000 110010 111110 0 11111 1110 1001000 101000111 10010 11000

Color Harmonies of #48323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48323E

Black with #48323E

Text Example


Text Example

White with #48323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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