#483F31

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

Shades of Deep Bronze #483F31

Tints of Deep Bronze #483F31

Color information

#483F31 (or 0x483F31) is unknown color: approx Deep Bronze. HEX triplet: 48, 3F and 31. RGB value is (72,63,49). Sum of RGB (Red+Green+Blue) = 72+63+49=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F31 is #B7C0CE. Grayscale: #404040. Windows color (decimal): -12042447 or 3227464. OLE color: 3227464.

HSL color Cylindrical-coordinate representation of color #483F31: hue angle of 36.52º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483F31 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB726349-
CMYK00.120.320.72
HSL36.52º19.01%23.73%-
HSV(B)36.52º31.94%28.24%-
XYZ55.153.64-
YUV64.1119.48133.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=39.13%
G=34.24%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72634900.120.320.7236.5219.0123.73
Hex483F310C2048251318
Octal110776101440110452330
Binary10010001111111100010110010000010010001001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,63,49); }

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

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

 a { background-color: rgb(72,63,49); }

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

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

 span { border-color: rgb(72,63,49); }

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