#483D2C

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

Shades of Deep Bronze #483D2C

Tints of Deep Bronze #483D2C

Color information

#483D2C (or 0x483D2C) is unknown color: approx Deep Bronze. HEX triplet: 48, 3D and 2C. RGB value is (72,61,44). Sum of RGB (Red+Green+Blue) = 72+61+44=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2C is #B7C2D3. Grayscale: #3E3E3E. Windows color (decimal): -12042964 or 2899272. OLE color: 2899272.

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

Color convert

RGB726144-
CMYK00.150.390.72
HSL36.43º24.14%22.75%-
HSV(B)36.43º38.89%28.24%-
XYZ4.84.93.08-
YUV62.35117.64134.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=40.68%
G=34.46%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72614400.150.390.7236.4324.1422.75
Hex483D2C0F2748241817
Octal110755401747110443027
Binary10010001111011011000111110011110010001001001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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