Html Css Color HEX #482F3B Barossa

📋 copy color: '#482F3B'

red 72 ◦ green 47 ◦ blue 59

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

Shades of Barossa #482F3B

Tints of Barossa #482F3B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.4%

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

R = 40.45%
G = 26.4%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#482F3B (or 0x482F3B) is known color: Barossa. HEX triplet: 48, 2F and 3B. RGB value is (72,47,59). Sum of RGB (Red+Green+Blue) = 72+47+59=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F3B is #B7D0C4. Grayscale: #373737. Windows color (decimal): -12046533 or 3878728. OLE color: 3878728.

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

Color convert

RGB 72 47 59 -
CMYK 0 0.35 0.18 0.72
HSL 331.2º 0.21% 0.23% -
HSV(B) 331.2º 0.35% 0.28% -
XYZ 4.48 3.73 4.62 -
YUV 55.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 72 47 59 0 0.35 0.18 0.72 331.2 0.21 0.23
Hex 48 2F 3B 0 23 12 48 14B 15 17
Octal 110 57 73 0 43 22 110 513 25 27
Binary 1001000 101111 111011 0 100011 10010 1001000 101001011 10101 10111

Color Harmonies of #482F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F3B

Black with #482F3B

Text Example


Text Example

White with #482F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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