#483D2B

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

Shades of Deep Bronze #483D2B

Tints of Deep Bronze #483D2B

Color information

#483D2B (or 0x483D2B) is unknown color: approx Deep Bronze. HEX triplet: 48, 3D and 2B. RGB value is (72,61,43). Sum of RGB (Red+Green+Blue) = 72+61+43=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2B is #B7C2D4. Grayscale: #3E3E3E. Windows color (decimal): -12042965 or 2833736. OLE color: 2833736.

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

Color convert

RGB726143-
CMYK00.150.400.72
HSL37.24º25.22%22.55%-
HSV(B)37.24º40.28%28.24%-
XYZ4.784.892.98-
YUV62.24117.14134.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=40.91%
G=34.66%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72614300.150.400.7237.2425.2222.55
Hex483D2B0F2848251917
Octal110755301750110453127
Binary10010001111011010110111110100010010001001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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