Html Css Color HEX #482E3C Barossa

📋 copy color: '#482E3C'

red 72 ◦ green 46 ◦ blue 60

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

Shades of Barossa #482E3C

Tints of Barossa #482E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 40.45%
G = 25.84%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#482E3C (or 0x482E3C) is known color: Barossa. HEX triplet: 48, 2E and 3C. RGB value is (72,46,60). Sum of RGB (Red+Green+Blue) = 72+46+60=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E3C is #B7D1C3. Grayscale: #373737. Windows color (decimal): -12046788 or 3944008. OLE color: 3944008.

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

Color convert

RGB 72 46 60 -
CMYK 0 0.36 0.17 0.72
HSL 327.69º 0.22% 0.23% -
HSV(B) 327.69º 0.36% 0.28% -
XYZ 4.47 3.66 4.75 -
YUV 55.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 72 46 60 0 0.36 0.17 0.72 327.69 0.22 0.23
Hex 48 2E 3C 0 24 11 48 148 16 17
Octal 110 56 74 0 44 21 110 510 26 27
Binary 1001000 101110 111100 0 100100 10001 1001000 101001000 10110 10111

Color Harmonies of #482E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E3C

Black with #482E3C

Text Example


Text Example

White with #482E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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