Html Css Color HEX #482838 Barossa

📋 copy color: '#482838'

red 72 ◦ green 40 ◦ blue 56

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

Shades of Barossa #482838

Tints of Barossa #482838

RGB

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

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

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

R = 42.86%
G = 23.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#482838 (or 0x482838) is known color: Barossa. HEX triplet: 48, 28 and 38. RGB value is (72,40,56). Sum of RGB (Red+Green+Blue) = 72+40+56=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482838 is #B7D7C7. Grayscale: #333333. Windows color (decimal): -12048328 or 3680328. OLE color: 3680328.

HSL color Cylindrical-coordinate representation of color #482838: hue angle of 330º 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 #482838 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 56 -
CMYK 0 0.44 0.22 0.72
HSL 330º 0.29% 0.22% -
HSV(B) 330º 0.44% 0.28% -
XYZ 4.15 3.18 4.14 -
YUV 51.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 72 40 56 0 0.44 0.22 0.72 330 0.29 0.22
Hex 48 28 38 0 2C 16 48 14A 1D 16
Octal 110 50 70 0 54 26 110 512 35 26
Binary 1001000 101000 111000 0 101100 10110 1001000 101001010 11101 10110

Color Harmonies of #482838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482838

Black with #482838

Text Example


Text Example

White with #482838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482838; }

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

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

background-color css

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

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

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

border-color css

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

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

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