Html Css Color HEX #483941 Barossa

📋 copy color: '#483941'

red 72 ◦ green 57 ◦ blue 65

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

Shades of Barossa #483941

Tints of Barossa #483941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

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

R = 37.11%
G = 29.38%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483941 (or 0x483941) is known color: Barossa. HEX triplet: 48, 39 and 41. RGB value is (72,57,65). Sum of RGB (Red+Green+Blue) = 72+57+65=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483941 is #B7C6BE. Grayscale: #3E3E3E. Windows color (decimal): -12043967 or 4274504. OLE color: 4274504.

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

Color convert

RGB 72 57 65 -
CMYK 0 0.21 0.10 0.72
HSL 328º 0.12% 0.25% -
HSV(B) 328º 0.21% 0.28% -
XYZ 5.09 4.69 5.64 -
YUV 62.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 72 57 65 0 0.21 0.10 0.72 328 0.12 0.25
Hex 48 39 41 0 15 A 48 148 C 19
Octal 110 71 101 0 25 12 110 510 14 31
Binary 1001000 111001 1000001 0 10101 1010 1001000 101001000 1100 11001

Color Harmonies of #483941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483941

Black with #483941

Text Example


Text Example

White with #483941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483941; }

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

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

background-color css

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

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

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

border-color css

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

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

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