Html Css Color HEX #483A41 Barossa

📋 copy color: '#483A41'

red 72 ◦ green 58 ◦ blue 65

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

Shades of Barossa #483A41

Tints of Barossa #483A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 36.92%
G = 29.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483A41 (or 0x483A41) is known color: Barossa. HEX triplet: 48, 3A and 41. RGB value is (72,58,65). Sum of RGB (Red+Green+Blue) = 72+58+65=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #483A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A41 is #B7C5BE. Grayscale: #3E3E3E. Windows color (decimal): -12043711 or 4274760. OLE color: 4274760.

HSL color Cylindrical-coordinate representation of color #483A41: hue angle of 330º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A41 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 65 -
CMYK 0 0.19 0.10 0.72
HSL 330º 0.11% 0.25% -
HSV(B) 330º 0.19% 0.28% -
XYZ 5.14 4.79 5.65 -
YUV 62.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 72 58 65 0 0.19 0.10 0.72 330 0.11 0.25
Hex 48 3A 41 0 13 A 48 14A B 19
Octal 110 72 101 0 23 12 110 512 13 31
Binary 1001000 111010 1000001 0 10011 1010 1001000 101001010 1011 11001

Color Harmonies of #483A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A41

Black with #483A41

Text Example


Text Example

White with #483A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A41; }

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

 H1.HeaderClassName
 {
   color: #483A41;
 }
 .AnyTagClassName
 {
   color: #483A41;
 }
</style>

background-color css

<style>
 a { background-color: #483A41; }

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

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

border-color css

<style>
 span { border-color: #483A41; }

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

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