Html Css Color HEX #48373E Barossa

📋 copy color: '#48373E'

red 72 ◦ green 55 ◦ blue 62

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

Shades of Barossa #48373E

Tints of Barossa #48373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 38.1%
G = 29.1%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48373E (or 0x48373E) is known color: Barossa. HEX triplet: 48, 37 and 3E. RGB value is (72,55,62). Sum of RGB (Red+Green+Blue) = 72+55+62=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #48373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48373E is #B7C8C1. Grayscale: #3C3C3C. Windows color (decimal): -12044482 or 4077384. OLE color: 4077384.

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

Color convert

RGB 72 55 62 -
CMYK 0 0.24 0.14 0.72
HSL 335.29º 0.13% 0.25% -
HSV(B) 335.29º 0.24% 0.28% -
XYZ 4.91 4.46 5.16 -
YUV 60.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 72 55 62 0 0.24 0.14 0.72 335.29 0.13 0.25
Hex 48 37 3E 0 18 E 48 14F D 19
Octal 110 67 76 0 30 16 110 517 15 31
Binary 1001000 110111 111110 0 11000 1110 1001000 101001111 1101 11001

Color Harmonies of #48373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48373E

Black with #48373E

Text Example


Text Example

White with #48373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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