#483B41

Color #483B41 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #483B41

Tints of Barossa #483B41

Color information

#483B41 (or 0x483B41) is unknown color: approx Barossa. HEX triplet: 48, 3B and 41. RGB value is (72,59,65). Sum of RGB (Red+Green+Blue) = 72+59+65=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B41 is #B7C4BE. Grayscale: #3F3F3F. Windows color (decimal): -12043455 or 4275016. OLE color: 4275016.

HSL color Cylindrical-coordinate representation of color #483B41: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483B41 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB725965-
CMYK00.180.100.72
HSL332.31º9.92%25.69%-
HSV(B)332.31º18.06%28.24%-
XYZ5.194.895.67-
YUV63.57128.81134.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=36.73%
G=30.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72596500.180.100.72332.319.9225.69
Hex483B41012A4814ca1a
Octal11073101022121105141232
Binary1001000111011100000101001010101001000101001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B41; }

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

 H1.HeaderClassName
 {
   color: #483B41;
 }
 .AnyTagClassName
 {
   color: #483B41;
 }
</style>
background-color css

<style>
 a { background-color: #483B41; }

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

 div.DivClassName
 {
   background-color: #483B41;
 }
 .BgClassName
 {
   background-color: #483B41;
 }
</style>
border-color css

<style>
 span { border-color: #483B41; }

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

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