Html Css Color HEX #483A40 Barossa

📋 copy color: '#483A40'

red 72 ◦ green 58 ◦ blue 64

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

Shades of Barossa #483A40

Tints of Barossa #483A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 37.11%
G = 29.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#483A40 (or 0x483A40) is known color: Barossa. HEX triplet: 48, 3A and 40. RGB value is (72,58,64). Sum of RGB (Red+Green+Blue) = 72+58+64=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A40 is #B7C5BF. Grayscale: #3E3E3E. Windows color (decimal): -12043712 or 4209224. OLE color: 4209224.

HSL color Cylindrical-coordinate representation of color #483A40: hue angle of 334.29º 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 #483A40 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 64 -
CMYK 0 0.19 0.11 0.72
HSL 334.29º 0.11% 0.25% -
HSV(B) 334.29º 0.19% 0.28% -
XYZ 5.11 4.77 5.5 -
YUV 62.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 72 58 64 0 0.19 0.11 0.72 334.29 0.11 0.25
Hex 48 3A 40 0 13 B 48 14E B 19
Octal 110 72 100 0 23 13 110 516 13 31
Binary 1001000 111010 1000000 0 10011 1011 1001000 101001110 1011 11001

Color Harmonies of #483A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A40

Black with #483A40

Text Example


Text Example

White with #483A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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