#48502A

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

Shades of Bronzetone #48502A

Tints of Bronzetone #48502A

Color information

#48502A (or 0x48502A) is unknown color: approx Bronzetone. HEX triplet: 48, 50 and 2A. RGB value is (72,80,42). Sum of RGB (Red+Green+Blue) = 72+80+42=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #48502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48502A is #B7AFD5. Grayscale: #494949. Windows color (decimal): -12038102 or 2773064. OLE color: 2773064.

HSL color Cylindrical-coordinate representation of color #48502A: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48502A is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB728042-
CMYK0.1000.480.69
HSL72.63º31.15%23.92%-
HSV(B)72.63º47.5%31.37%-
XYZ5.967.283.28-
YUV73.28110.35127.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=37.11%
G=41.24%
B=21.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280420.1000.480.6972.6331.1523.92
Hex48502AA03045491f18
Octal11012052120601051113730
Binary1001000101000010101010100110000100010110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48502A; }

 p { color: rgb(72,80,42); }

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

<style>
 a { background-color: #48502A; }

 a { background-color: rgb(72,80,42); }

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

<style>
 span { border-color: #48502A; }

 span { border-color: rgb(72,80,42); }

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