Html Css Color HEX #483038 Barossa

📋 copy color: '#483038'

red 72 ◦ green 48 ◦ blue 56

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

Shades of Barossa #483038

Tints of Barossa #483038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

 BLUE value IS 56 (22.27% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#483038 (or 0x483038) is known color: Barossa. HEX triplet: 48, 30 and 38. RGB value is (72,48,56). Sum of RGB (Red+Green+Blue) = 72+48+56=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483038 is #B7CFC7. Grayscale: #383838. Windows color (decimal): -12046280 or 3682376. OLE color: 3682376.

HSL color Cylindrical-coordinate representation of color #483038: hue angle of 340º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483038 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 56 -
CMYK 0 0.33 0.22 0.72
HSL 340º 0.2% 0.24% -
HSV(B) 340º 0.33% 0.28% -
XYZ 4.44 3.78 4.24 -
YUV 56.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 72 48 56 0 0.33 0.22 0.72 340 0.2 0.24
Hex 48 30 38 0 21 16 48 154 14 18
Octal 110 60 70 0 41 26 110 524 24 30
Binary 1001000 110000 111000 0 100001 10110 1001000 101010100 10100 11000

Color Harmonies of #483038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483038

Black with #483038

Text Example


Text Example

White with #483038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483038; }

 p { color: rgb(72,48,56); }

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

background-color css

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

 a { background-color: rgb(72,48,56); }

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

border-color css

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

 span { border-color: rgb(72,48,56); }

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