#484F2C

Color #484F2C Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #484F2C

Tints of Bronzetone #484F2C

Color information

#484F2C (or 0x484F2C) is unknown color: approx Bronzetone. HEX triplet: 48, 4F and 2C. RGB value is (72,79,44). Sum of RGB (Red+Green+Blue) = 72+79+44=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #484F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F2C is #B7B0D3. Grayscale: #494949. Windows color (decimal): -12038356 or 2903880. OLE color: 2903880.

HSL color Cylindrical-coordinate representation of color #484F2C: hue angle of 72º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484F2C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB727944-
CMYK0.0900.440.69
HSL72º28.46%24.12%-
HSV(B)72º44.3%30.98%-
XYZ5.927.153.45-
YUV72.92111.68127.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=36.92%
G=40.51%
B=22.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279440.0900.440.697228.4624.12
Hex484F2C902C45481c18
Octal11011754110541051103430
Binary1001000100111110110010010101100100010110010001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484F2C; }

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

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

<style>
 a { background-color: #484F2C; }

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

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

<style>
 span { border-color: #484F2C; }

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

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