#483D41

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

Shades of Barossa #483D41

Tints of Barossa #483D41

Color information

#483D41 (or 0x483D41) is unknown color: approx Barossa. HEX triplet: 48, 3D and 41. RGB value is (72,61,65). Sum of RGB (Red+Green+Blue) = 72+61+65=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #483D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D41 is #B7C2BE. Grayscale: #404040. Windows color (decimal): -12042943 or 4275528. OLE color: 4275528.

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

Color convert

RGB726165-
CMYK00.150.100.72
HSL338.18º8.27%26.08%-
HSV(B)338.18º15.28%28.24%-
XYZ5.35.15.71-
YUV64.74128.14133.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=36.36%
G=30.81%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72616500.150.100.72338.188.2726.08
Hex483D410FA4815281a
Octal11075101017121105221032
Binary100100011110110000010111110101001000101010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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