Html Css Color HEX #482837 Barossa

📋 copy color: '#482837'

red 72 ◦ green 40 ◦ blue 55

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

Shades of Barossa #482837

Tints of Barossa #482837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

 BLUE value IS 55 (21.88% from 255) = 32.93%

R = 43.11%
G = 23.95%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#482837 (or 0x482837) is known color: Barossa. HEX triplet: 48, 28 and 37. RGB value is (72,40,55). Sum of RGB (Red+Green+Blue) = 72+40+55=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482837 is #B7D7C8. Grayscale: #333333. Windows color (decimal): -12048329 or 3614792. OLE color: 3614792.

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

Color convert

RGB 72 40 55 -
CMYK 0 0.44 0.24 0.72
HSL 331.88º 0.29% 0.22% -
HSV(B) 331.88º 0.44% 0.28% -
XYZ 4.12 3.17 4.01 -
YUV 51.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 72 40 55 0 0.44 0.24 0.72 331.88 0.29 0.22
Hex 48 28 37 0 2C 18 48 14C 1D 16
Octal 110 50 67 0 54 30 110 514 35 26
Binary 1001000 101000 110111 0 101100 11000 1001000 101001100 11101 10110

Color Harmonies of #482837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482837

Black with #482837

Text Example


Text Example

White with #482837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482837; }

 p { color: rgb(72,40,55); }

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

background-color css

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

 a { background-color: rgb(72,40,55); }

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

border-color css

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

 span { border-color: rgb(72,40,55); }

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