#483D2E

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

Shades of Deep Bronze #483D2E

Tints of Deep Bronze #483D2E

Color information

#483D2E (or 0x483D2E) is unknown color: approx Deep Bronze. HEX triplet: 48, 3D and 2E. RGB value is (72,61,46). Sum of RGB (Red+Green+Blue) = 72+61+46=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2E is #B7C2D1. Grayscale: #3E3E3E. Windows color (decimal): -12042962 or 3030344. OLE color: 3030344.

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

Color convert

RGB726146-
CMYK00.150.360.72
HSL34.62º22.03%23.14%-
HSV(B)34.62º36.11%28.24%-
XYZ4.834.913.28-
YUV62.58118.64134.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=40.22%
G=34.08%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72614600.150.360.7234.6222.0323.14
Hex483D2E0F2448231617
Octal110755601744110432627
Binary10010001111011011100111110010010010001000111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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