Html Css Color HEX #482A3B Barossa

📋 copy color: '#482A3B'

red 72 ◦ green 42 ◦ blue 59

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

Shades of Barossa #482A3B

Tints of Barossa #482A3B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.28%

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

R = 41.62%
G = 24.28%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#482A3B (or 0x482A3B) is known color: Barossa. HEX triplet: 48, 2A and 3B. RGB value is (72,42,59). Sum of RGB (Red+Green+Blue) = 72+42+59=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A3B is #B7D5C4. Grayscale: #343434. Windows color (decimal): -12047813 or 3877448. OLE color: 3877448.

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

Color convert

RGB 72 42 59 -
CMYK 0 0.42 0.18 0.72
HSL 326º 0.26% 0.22% -
HSV(B) 326º 0.42% 0.28% -
XYZ 4.29 3.35 4.56 -
YUV 52.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 72 42 59 0 0.42 0.18 0.72 326 0.26 0.22
Hex 48 2A 3B 0 2A 12 48 146 1A 16
Octal 110 52 73 0 52 22 110 506 32 26
Binary 1001000 101010 111011 0 101010 10010 1001000 101000110 11010 10110

Color Harmonies of #482A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A3B

Black with #482A3B

Text Example


Text Example

White with #482A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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