Html Css Color HEX #482E39 Barossa

📋 copy color: '#482E39'

red 72 ◦ green 46 ◦ blue 57

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

Shades of Barossa #482E39

Tints of Barossa #482E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 41.14%
G = 26.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#482E39 (or 0x482E39) is known color: Barossa. HEX triplet: 48, 2E and 39. RGB value is (72,46,57). Sum of RGB (Red+Green+Blue) = 72+46+57=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #482E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E39 is #B7D1C6. Grayscale: #373737. Windows color (decimal): -12046791 or 3747400. OLE color: 3747400.

HSL color Cylindrical-coordinate representation of color #482E39: hue angle of 334.62º 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 #482E39 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 46 57 -
CMYK 0 0.36 0.21 0.72
HSL 334.62º 0.22% 0.23% -
HSV(B) 334.62º 0.36% 0.28% -
XYZ 4.39 3.63 4.34 -
YUV 55.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 72 46 57 0 0.36 0.21 0.72 334.62 0.22 0.23
Hex 48 2E 39 0 24 15 48 14F 16 17
Octal 110 56 71 0 44 25 110 517 26 27
Binary 1001000 101110 111001 0 100100 10101 1001000 101001111 10110 10111

Color Harmonies of #482E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E39

Black with #482E39

Text Example


Text Example

White with #482E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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