Html Css Color HEX #482D3B Barossa

📋 copy color: '#482D3B'

red 72 ◦ green 45 ◦ blue 59

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

Shades of Barossa #482D3B

Tints of Barossa #482D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.57%

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 40.91%
G = 25.57%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#482D3B (or 0x482D3B) is known color: Barossa. HEX triplet: 48, 2D and 3B. RGB value is (72,45,59). Sum of RGB (Red+Green+Blue) = 72+45+59=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #482D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D3B is #B7D2C4. Grayscale: #363636. Windows color (decimal): -12047045 or 3878216. OLE color: 3878216.

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

Color convert

RGB 72 45 59 -
CMYK 0 0.38 0.18 0.72
HSL 328.89º 0.23% 0.23% -
HSV(B) 328.89º 0.38% 0.28% -
XYZ 4.4 3.57 4.59 -
YUV 54.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 72 45 59 0 0.38 0.18 0.72 328.89 0.23 0.23
Hex 48 2D 3B 0 26 12 48 149 17 17
Octal 110 55 73 0 46 22 110 511 27 27
Binary 1001000 101101 111011 0 100110 10010 1001000 101001001 10111 10111

Color Harmonies of #482D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D3B

Black with #482D3B

Text Example


Text Example

White with #482D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,59); }

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

background-color css

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

 a { background-color: rgb(72,45,59); }

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

border-color css

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

 span { border-color: rgb(72,45,59); }

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