Html Css Color HEX #482B38 Barossa

📋 copy color: '#482B38'

red 72 ◦ green 43 ◦ blue 56

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

Shades of Barossa #482B38

Tints of Barossa #482B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.15%

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

R = 42.11%
G = 25.15%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#482B38 (or 0x482B38) is known color: Barossa. HEX triplet: 48, 2B and 38. RGB value is (72,43,56). Sum of RGB (Red+Green+Blue) = 72+43+56=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B38 is #B7D4C7. Grayscale: #353535. Windows color (decimal): -12047560 or 3681096. OLE color: 3681096.

HSL color Cylindrical-coordinate representation of color #482B38: hue angle of 333.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B38 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 56 -
CMYK 0 0.40 0.22 0.72
HSL 333.1º 0.25% 0.23% -
HSV(B) 333.1º 0.4% 0.28% -
XYZ 4.25 3.39 4.17 -
YUV 53.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 72 43 56 0 0.40 0.22 0.72 333.1 0.25 0.23
Hex 48 2B 38 0 28 16 48 14D 19 17
Octal 110 53 70 0 50 26 110 515 31 27
Binary 1001000 101011 111000 0 101000 10110 1001000 101001101 11001 10111

Color Harmonies of #482B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B38

Black with #482B38

Text Example


Text Example

White with #482B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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