Html Css Color HEX #482E3B Barossa

📋 copy color: '#482E3B'

red 72 ◦ green 46 ◦ blue 59

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

Shades of Barossa #482E3B

Tints of Barossa #482E3B

RGB

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

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

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

R = 40.68%
G = 25.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#482E3B (or 0x482E3B) is known color: Barossa. HEX triplet: 48, 2E and 3B. RGB value is (72,46,59). Sum of RGB (Red+Green+Blue) = 72+46+59=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E3B is #B7D1C4. Grayscale: #373737. Windows color (decimal): -12046789 or 3878472. OLE color: 3878472.

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

Color convert

RGB 72 46 59 -
CMYK 0 0.36 0.18 0.72
HSL 330º 0.22% 0.23% -
HSV(B) 330º 0.36% 0.28% -
XYZ 4.44 3.65 4.61 -
YUV 55.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 72 46 59 0 0.36 0.18 0.72 330 0.22 0.23
Hex 48 2E 3B 0 24 12 48 14A 16 17
Octal 110 56 73 0 44 22 110 512 26 27
Binary 1001000 101110 111011 0 100100 10010 1001000 101001010 10110 10111

Color Harmonies of #482E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E3B

Black with #482E3B

Text Example


Text Example

White with #482E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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