Html Css Color HEX #482E3A Barossa

📋 copy color: '#482E3A'

red 72 ◦ green 46 ◦ blue 58

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

Shades of Barossa #482E3A

Tints of Barossa #482E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.14%

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 40.91%
G = 26.14%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#482E3A (or 0x482E3A) is known color: Barossa. HEX triplet: 48, 2E and 3A. RGB value is (72,46,58). Sum of RGB (Red+Green+Blue) = 72+46+58=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #482E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E3A is #B7D1C5. Grayscale: #373737. Windows color (decimal): -12046790 or 3812936. OLE color: 3812936.

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

Color convert

RGB 72 46 58 -
CMYK 0 0.36 0.19 0.72
HSL 332.31º 0.22% 0.23% -
HSV(B) 332.31º 0.36% 0.28% -
XYZ 4.41 3.64 4.47 -
YUV 55.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 72 46 58 0 0.36 0.19 0.72 332.31 0.22 0.23
Hex 48 2E 3A 0 24 13 48 14C 16 17
Octal 110 56 72 0 44 23 110 514 26 27
Binary 1001000 101110 111010 0 100100 10011 1001000 101001100 10110 10111

Color Harmonies of #482E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E3A

Black with #482E3A

Text Example


Text Example

White with #482E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,58); }

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

background-color css

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

 a { background-color: rgb(72,46,58); }

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

border-color css

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

 span { border-color: rgb(72,46,58); }

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