#484F28

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

Shades of Bronzetone #484F28

Tints of Bronzetone #484F28

Color information

#484F28 (or 0x484F28) is unknown color: approx Bronzetone. HEX triplet: 48, 4F and 28. RGB value is (72,79,40). Sum of RGB (Red+Green+Blue) = 72+79+40=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #484F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F28 is #B7B0D7. Grayscale: #484848. Windows color (decimal): -12038360 or 2641736. OLE color: 2641736.

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

Color convert

RGB727940-
CMYK0.0900.490.69
HSL70.77º32.77%23.33%-
HSV(B)70.77º49.37%30.98%-
XYZ5.857.123.07-
YUV72.46109.68127.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=37.70%
G=41.36%
B=20.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279400.0900.490.6970.7732.7723.33
Hex484F28903145472117
Octal11011750110611051074127
Binary10010001001111101000100101100011000101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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