Html Css Color HEX #48343E Barossa

📋 copy color: '#48343E'

red 72 ◦ green 52 ◦ blue 62

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

Shades of Barossa #48343E

Tints of Barossa #48343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

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

R = 38.71%
G = 27.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48343E (or 0x48343E) is known color: Barossa. HEX triplet: 48, 34 and 3E. RGB value is (72,52,62). Sum of RGB (Red+Green+Blue) = 72+52+62=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48343E is #B7CBC1. Grayscale: #3B3B3B. Windows color (decimal): -12045250 or 4076616. OLE color: 4076616.

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

Color convert

RGB 72 52 62 -
CMYK 0 0.28 0.14 0.72
HSL 330º 0.16% 0.24% -
HSV(B) 330º 0.28% 0.28% -
XYZ 4.77 4.18 5.11 -
YUV 59.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 72 52 62 0 0.28 0.14 0.72 330 0.16 0.24
Hex 48 34 3E 0 1C E 48 14A 10 18
Octal 110 64 76 0 34 16 110 512 20 30
Binary 1001000 110100 111110 0 11100 1110 1001000 101001010 10000 11000

Color Harmonies of #48343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48343E

Black with #48343E

Text Example


Text Example

White with #48343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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