Html Css Color HEX #482938 Barossa

📋 copy color: '#482938'

red 72 ◦ green 41 ◦ blue 56

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

Shades of Barossa #482938

Tints of Barossa #482938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

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

R = 42.6%
G = 24.26%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#482938 (or 0x482938) is known color: Barossa. HEX triplet: 48, 29 and 38. RGB value is (72,41,56). Sum of RGB (Red+Green+Blue) = 72+41+56=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482938 is #B7D6C7. Grayscale: #333333. Windows color (decimal): -12048072 or 3680584. OLE color: 3680584.

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

Color convert

RGB 72 41 56 -
CMYK 0 0.43 0.22 0.72
HSL 330.97º 0.27% 0.22% -
HSV(B) 330.97º 0.43% 0.28% -
XYZ 4.18 3.25 4.15 -
YUV 51.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 72 41 56 0 0.43 0.22 0.72 330.97 0.27 0.22
Hex 48 29 38 0 2B 16 48 14B 1B 16
Octal 110 51 70 0 53 26 110 513 33 26
Binary 1001000 101001 111000 0 101011 10110 1001000 101001011 11011 10110

Color Harmonies of #482938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482938

Black with #482938

Text Example


Text Example

White with #482938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482938; }

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

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

background-color css

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

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

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

border-color css

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

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

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