Html Css Color HEX #48353D Barossa

📋 copy color: '#48353D'

red 72 ◦ green 53 ◦ blue 61

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

Shades of Barossa #48353D

Tints of Barossa #48353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

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

R = 38.71%
G = 28.49%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48353D (or 0x48353D) is known color: Barossa. HEX triplet: 48, 35 and 3D. RGB value is (72,53,61). Sum of RGB (Red+Green+Blue) = 72+53+61=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48353D is #B7CAC2. Grayscale: #3B3B3B. Windows color (decimal): -12044995 or 4011336. OLE color: 4011336.

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

Color convert

RGB 72 53 61 -
CMYK 0 0.26 0.15 0.72
HSL 334.74º 0.15% 0.25% -
HSV(B) 334.74º 0.26% 0.28% -
XYZ 4.79 4.26 4.98 -
YUV 59.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 72 53 61 0 0.26 0.15 0.72 334.74 0.15 0.25
Hex 48 35 3D 0 1A F 48 14F F 19
Octal 110 65 75 0 32 17 110 517 17 31
Binary 1001000 110101 111101 0 11010 1111 1001000 101001111 1111 11001

Color Harmonies of #48353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48353D

Black with #48353D

Text Example


Text Example

White with #48353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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