#483E2E

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

Shades of Deep Bronze #483E2E

Tints of Deep Bronze #483E2E

Color information

#483E2E (or 0x483E2E) is unknown color: approx Deep Bronze. HEX triplet: 48, 3E and 2E. RGB value is (72,62,46). Sum of RGB (Red+Green+Blue) = 72+62+46=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E2E is #B7C1D1. Grayscale: #3F3F3F. Windows color (decimal): -12042706 or 3030600. OLE color: 3030600.

HSL color Cylindrical-coordinate representation of color #483E2E: hue angle of 36.92º 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 #483E2E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB726246-
CMYK00.140.360.72
HSL36.92º22.03%23.14%-
HSV(B)36.92º36.11%28.24%-
XYZ4.895.023.3-
YUV63.17118.31134.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=40%
G=34.44%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72624600.140.360.7236.9222.0323.14
Hex483E2E0E2448251617
Octal110765601644110452627
Binary10010001111101011100111010010010010001001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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